/* Advantages */

.advantages-section {
  margin-bottom: 60px;
}

.advantages-content__block {
  display: flex;
  justify-content: space-between;
}

.advantages-content__text {
  color: #323232;
  width: 60%;
}

.princ-work__section .advantages-content__text, .express-tests__section .advantages-content__text {
  padding-right: 60px;
}

.test-advantages__section .advantages-content__text {
  padding-left: 30px;
  width: 50%;
}

.what-offer__section .advantages-content__text {
  padding-left: 60px;
}

.advantages-content__title {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}

.advantages-content__paragraph {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.advantages-content__list li{
  line-height: 20px;
  margin-bottom: 10px;
}

.advantages-content__img {
  width: 40%;
}

.test-advantages__section .advantages-content__img {
  width: 50%;
  padding-right: 30px;
}

.advantages-content__img img {
  border-radius: 24px;
}

.advantages-section.what-offer__section {
  margin-bottom: 180px;
}

@media screen and (max-width: 768px) {

  .advantages-content__block {
    flex-direction: column-reverse;
  }

  .test-advantages__section .advantages-content__block, .what-offer__section .advantages-content__block {
    flex-direction: column;
  }

  .advantages-content__img, .advantages-content__text, .test-advantages__section .advantages-content__img, .test-advantages__section .advantages-content__text {
    width: 100%;
  }

  .princ-work__section .advantages-content__text, .express-tests__section .advantages-content__text, .test-advantages__section .advantages-content__text, .what-offer__section .advantages-content__text, .test-advantages__section .advantages-content__img {
    padding: 0;
  }

  .advantages-content__img, .advantages-section {
    margin-bottom: 30px;
  }

  .advantages-content__title {
    font-size: 20px;
  }

  .advantages-content__paragraph {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0px;
  }

  .advantages-content__list li {
    font-size: 12px;
    line-height: 16px;
  }

  .advantages-section.what-offer__section {
    margin-bottom: 80px;
  }

}