@media only screen and (min-width: 1024px) {
  .section.d-6 {
    padding-top: 15rem;
    overflow: visible;
  }
  .section.d-6 .bg.bg-1 {
    top: 15rem;
    right: -6.8rem;
    border-width: 3.5rem;
    border-style: solid;
  }
  .section.d-6 .bg.bg-2, .section.d-6 .bg.bg-3 {
    border-width: 0.4rem;
    border-style: solid;
  }
  .section.d-6 .bg.bg-2 {
    top: 15rem;
    right: 20.8rem;
  }
  .section.d-6 .bg.bg-3 {
    top: 24.1rem;
    right: 30.7rem;
  }
  .section.d-6 .bg.bg-4 {
    background: url("../../img/home-d-6-bg.svg") no-repeat center/contain;
    width: 45.5rem;
    height: 77.7rem;
    top: 10rem;
    left: 0;
    border-radius: 0;
  }
  .section.d-6 .title__wrap {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .section.d-6 .title__wrap .title {
    text-align: left;
  }
  .section.d-6 .content {
    flex-direction: row;
    margin-top: 3rem;
    justify-content: space-between;
    align-items: flex-start;
  }
  .section.d-6 .reviews__wrapper {
    margin-bottom: 2.4rem;
  }
  .section.d-6 .review__bg {
    width: 50%;
  }
  .section.d-6 .reviews__info {
    min-height: 16.4rem;
    margin-bottom: 1rem;
  }
  .section.d-6 .reviews__info:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
  .section.d-6 .reviews__num {
    font-size: 3.2rem;
  }
  .section.d-6 .reviews__info-text {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
  .section.d-6 .reviews__info-wrap {
    margin-bottom: 0;
    position: sticky;
    top: 10rem;
    left: 0;
    padding-top: 0;
    width: 44%;
    height: 100%;
  }
  .section.d-6 .wrap {
    width: 54%;
  }
  .section.d-6 .grade__wrap {
    position: absolute;
    right: 3.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section.d-6 .reviews__info {
    padding: 2.5rem 2.5rem 3.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section.about.d-6 {
    padding-bottom: 6rem;
  }
  .section.about.d-6 .title__wrap {
    margin-bottom: 7rem;
  }
  .section.about.d-6 .title {
    max-width: none;
    margin-bottom: 3.2rem;
    font-size: 4.8rem;
    text-align: center;
  }
  .section.about.d-6 .about__subtitle {
    font-size: 3.2rem;
  }
  .section.about.d-6 .about__content {
    gap: 1rem;
  }
  .section.about.d-6 .reviews__info {
    min-height: 21.6rem;
  }
  .section.about.d-6 .reviews__info-wrap {
    width: 40.4%;
  }
  .section.about.d-6 .about__info {
    padding: 3.8rem 5rem 4.3rem;
    width: 59%;
  }
  .section.about.d-6 .about__info .bg-1 {
    top: -11.9rem;
    left: -4rem;
    border: 2rem solid #5A4FDB;
  }
  .section.about.d-6 .about__info .bg-2 {
    width: 1.8rem;
    height: 1.8rem;
    right: 7.5rem;
    top: 3.8rem;
  }
  .section.about.d-6 .about__info .bg-3 {
    width: 3.2rem;
    height: 3.2rem;
    right: 0.9rem;
    top: 12.1rem;
  }
  .section.about.d-6 .about__info .bg-4 {
    width: 23.7rem;
    height: 23.7rem;
    right: -8rem;
    left: auto;
    top: auto;
  }
  .section.about.d-6 .about__info-title {
    margin-bottom: 2rem;
    font-size: 3.2rem;
  }
  .section.about.d-6 .about__info-text {
    font-size: 2rem;
  }
  .section.about.d-6 .about__info-text p {
    margin-bottom: 2.3rem;
  }
}
@media only screen and (min-width: 1280px) {
  .section .about.d-6 {
    padding-bottom: 7rem;
  }
  .section .about.d-6 .title__wrap {
    margin-bottom: 8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .features {
    padding: 6rem 0;
  }
  .features .features__list {
    margin-bottom: 6rem;
  }
  .features .features__title {
    margin-bottom: 4.8rem;
    font-size: 3.2rem;
    text-align: center;
  }
  .features .features__item {
    padding: 4rem 5.2rem 5.2rem 5.2rem;
    display: flex;
    justify-content: space-between;
  }
  .features .features__item:first-of-type {
    padding: 2.7rem 5.2rem;
  }
  .features .features__item:first-of-type .features__info {
    width: 48.5%;
  }
  .features .features__item:first-of-type .features__image-wrap {
    max-height: 28rem;
    position: static;
  }
  .features .features__item:first-of-type .features__num:before {
    margin-bottom: 3rem;
  }
  .features .features__item .features__image-wrap {
    position: absolute;
    top: 1.5rem;
    right: 3rem;
  }
  .features .features__item .features__text {
    margin-bottom: 0;
  }
  .features .features__item .features__num:before {
    margin-bottom: 6rem;
    font-size: 4.4rem;
  }
  .features .features__item-title {
    margin-bottom: 2rem;
    font-size: 2.6rem;
  }
  .features .features__text {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .features {
    padding: 7rem 0;
  }
  .features .features__list {
    margin-bottom: 6.4rem;
  }
  .features .features__item:first-of-type .features__num:before {
    margin-bottom: 3.8rem;
  }
  .features .features__item .features__num:before {
    margin-bottom: 7.8rem;
    font-size: 4.8rem;
  }
  .features .features__item-title {
    font-size: 2.8rem;
  }
  .features .features__text {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .partners {
    padding-top: 6rem;
  }
  .partners .partners__title {
    margin-bottom: 4.8rem;
    font-size: 3.2rem;
    text-align: center;
  }
  .partners .partner__item {
    width: 16.65%;
  }
  .partners .partner__image-wrap {
    padding: 1rem 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .partners {
    padding-top: 7rem;
  }
  .partners .partners__title {
    margin-bottom: 5.4rem;
  }
}
@media only screen and (min-width: 1440px) {
  .partners .partners__title {
    margin-bottom: 6.4rem;
  }
}