/* .logo {
} */
nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.right ul {
  display: flex;
  gap: 34px;
}
.right ul li {
  list-style: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.right ul li span {
  padding: 0 5px;
}
.first {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 23px;
  margin: 70px;
  font-family: sans-serif;
}
.first span {
  font-size: 40px;
}
section first img {
  margin: 0 23px;
}
.first p {
  font-size: 23px;
  width: 60vw;
  text-align: center;
}
.btn {
  background-color: #00b6d1;
  padding: 14px 16px;
  color: white;
  font-weight: 700;
  border: none;
  margin: 12px 0;
  cursor: pointer;
  border-radius: 8px;
}
.green {
  background-color: #5cb85c;
}
.flex {
  display: flex;
}
.small {
  font-size: 12px;
}
.second {
  max-width: 70vw;
  margin: auto;
}
.item {
  padding: 23px;
  background-color: #f9f9f9;
  border-radius: 12px;
  font-size: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  text-align: center;
}
.item-lang {
  font-weight: 700;
  text-align: center;
  padding-bottom: 36px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.download :nth-child(2) {
  font-size: 23px;
}
.download {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: sans-serif;
}
.download img {
  padding: 0 12px;
}
.btn a {
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 1145px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}
