.about-direction {
  border-bottom: none;
}

.about-direction__wrapper {
  display: flex;
  gap: 52px;
}

.about-direction__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about-direction__text {
  font-family: 'Akrobat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  align-items: center;
  color: #6e778f;
}

.profit {
  border-bottom: none;
}

.profit__wrapper {
  display: flex;
  gap: 138px;
}

.profit__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.profit__item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.profit__item-text {
  font-weight: 600;
  font-size: 22px;
  line-height: 23px;
  color: #333742;
}

.advantages {
  border-bottom: none;
}

.advantages__list {
  list-style: none;
  display: flex;
  gap: 94px;
  margin: 0;
  padding: 0;
}

.advantages__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.advantages__text {
  text-align: center;
  font-family: 'Akrobat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #6e778f;
}

@media (max-width: 1116px) {
  .about-direction__img {
    width: 80%;
    height: auto;
  }

  .about-direction__wrapper {
    align-items: center;
  }

  .advantages__list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .advantages__item {
    width: 327px;
  }
}

@media (max-width: 1000px) {
  .about-direction__wrapper,
  .profit__wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 830px) {
  .advantages__list {
    flex-direction: column;
    gap: 40px;
  }

  .advantages__item {
    flex-direction: row;
  }
}
