.lang__item {
  padding: 0;
}
.lang__item a {
  padding: 10px 5px;
}
.langs {
  display: flex;
  align-items: center;
  margin: 0 15px;
}
.lang__item.active a {
  color: grey;
}
@media (min-width: 768px) {
  .achieve__try-title {
    font-size: 1.5rem;
    max-width: 400px;
  }
}
.about-us__title-text {
  max-width: 700px;
}
