.review__card.card {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  padding: 3.2rem 2.8rem 2.8rem;
  background-color: #fff;
  box-shadow: 0rem 0rem 20px rgba(94, 98, 120, 0.02);
  border-radius: 2rem;
}
@media only screen and (min-width: 1024px) {
  .review__card.card {
    margin-bottom: 1.6rem;
    padding: 3.2rem;
    display: flex;
    flex-direction: column;
  }
}
.review__card.card:last-of-type {
  margin-bottom: 0;
}
.review__card.card .card__description {
  font-size: 1.4rem;
  line-height: 180%;
}
.review__card.card .post__title {
  margin-bottom: 1.2rem;
  font-size: 2rem;
}
@media only screen and (min-width: 1024px) {
  .review__card.card .post__title {
    padding-right: 12rem;
  }
}
.review__card.card .info__wrap {
  margin-bottom: 1.2rem;
  display: flex;
  align-items: baseline;
  flex-direction: row;
}
@media only screen and (min-width: 1024px) {
  .review__card.card .info__wrap {
    margin-bottom: 0;
  }
}
.review__card.card .course__subtitle {
  margin-right: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: rgba(44, 41, 75, 0.5);
  text-transform: capitalize;
}
.review__card.card .card__header,
.review__card.card .card__body {
  width: 81%;
}
.review__card.card .card__time-desk {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .review__card.card .card__time-desk {
    margin-top: 1.2rem;
    display: block;
  }
}
.review__card.card .card__time-mob {
  display: block;
  margin-top: 2.4rem;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .review__card.card .card__time-mob {
    display: none;
  }
}
.review__card.card .grade__wrap {
  text-align: right;
  justify-self: flex-end;
}
@media only screen and (min-width: 1024px) {
  .review__card.card .grade__wrap {
    position: absolute;
    right: 3.2rem;
  }
}
.review__card.card .card__link {
  font-size: 1.4rem;
}
.review__card.card .card__date {
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(44, 41, 75, 0.4);
}
.review__card.card .card__body {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 1024px) {
  .review__card.card .card__body {
    margin-top: 2rem;
    padding-left: 1.2rem;
  }
}

.section.d-6 {
  overflow: hidden;
  padding-top: 12rem;
}
.section.d-6 .bg.bg-1 {
  top: 4.8rem;
  right: -7rem;
  width: 35vw;
  height: 35vw;
  max-width: 29.7rem;
  max-height: 29.7rem;
  border: 1.5rem solid rgba(90, 79, 219, 0.08);
}
.section.d-6 .bg.bg-2, .section.d-6 .bg.bg-3 {
  border: 1.75084px solid #FFC800;
}
.section.d-6 .bg.bg-2 {
  top: 4.8rem;
  right: 19%;
  width: 3.2vw;
  height: 3.2vw;
  max-width: 2.8rem;
  max-height: 2.8rem;
}
.section.d-6 .bg.bg-3 {
  top: 7.7rem;
  right: 25%;
  width: 5.3vw;
  height: 5.3vw;
  max-width: 4.7rem;
  max-height: 4.7rem;
}
.section.d-6 .title__wrap {
  align-items: flex-start;
}
.section.d-6 .title__wrap .title {
  max-width: 40.7rem;
  text-align: left;
}
.section.d-6 .content {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
  width: 100%;
  height: auto;
}
.section.d-6 .reviews__info-wrap {
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section.d-6 .reviews__info {
  display: flex;
  align-items: flex-end;
  padding: 3.2rem 3rem 1.6rem 1.6rem;
  margin-bottom: 0.5rem;
  width: 49%;
  height: auto;
  border-radius: 1.2rem;
  box-shadow: 0rem 3.38314px 29.6025px rgba(181, 181, 195, 0.15);
}
.section.d-6 .reviews__info:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
.section.d-6 .reviews__info:nth-child(1) {
  background-color: #2C294B;
}
.section.d-6 .reviews__info:nth-child(2) {
  background-color: #5A4FDB;
}
.section.d-6 .reviews__info:nth-child(3) {
  background-color: #FFC800;
}
.section.d-6 .reviews__info:nth-child(4) {
  background-color: #A7B0BC;
}
.section.d-6 .reviews__info .info__wrap {
  display: flex;
  flex-direction: column;
}
.section.d-6 .review__bg {
  position: absolute;
  top: 0;
  right: 0;
}
.section.d-6 .reviews__num {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #fff;
}
.section.d-6 .reviews__info-text {
  margin-top: 0.3rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #fff;
}
.section.d-6 .reviews__wrapper {
  width: 100%;
  margin-bottom: 1.6rem;
}
.section.d-6 .reviews__wrapper.week-reviews::after {
  display: none;
}
.section.d-6 .reviews__wrapper::after {
  content: "";
  width: 100%;
  height: 17rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(245, 246, 247, 0) 0%, #F5F6F7 100%);
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.section.d-6 .card__header {
  width: 100%;
}
.section.d-6 .card__body {
  padding-left: 0;
}
.section.d-6 .grade__wrap {
  position: relative;
  right: auto;
}

.section.about.d-6 {
  padding: 4rem 0;
}
@media only screen and (min-width: 768px) {
  .section.about.d-6 {
    padding-bottom: 5rem;
  }
}
.section.about.d-6 .title__wrap {
  margin-bottom: 4.8rem;
}
@media only screen and (min-width: 600px) {
  .section.about.d-6 .title__wrap {
    margin-bottom: 5.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .section.about.d-6 .title__wrap {
    margin-bottom: 6.2rem;
  }
}
.section.about.d-6 .title {
  margin-bottom: 4rem;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 110%;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .section.about.d-6 .title {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .section.about.d-6 .title {
    font-size: 4.4rem;
  }
}
.section.about.d-6 .about__subtitle {
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 500;
  color: #2C294B;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section.about.d-6 .about__subtitle {
    font-size: 3rem;
  }
}
.section.about.d-6 .about__info {
  padding: 3.2rem 2.8rem 4rem;
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
}
.section.about.d-6 .about__info .bg {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section.about.d-6 .about__info .bg-1 {
  top: -8.9rem;
  left: -4.3rem;
  width: 57vw;
  height: 57vw;
  max-width: 28.9rem;
  max-height: 28.9rem;
  opacity: 0.05;
  border: 1.6rem solid #5A4FDB;
}
.section.about.d-6 .about__info .bg-2,
.section.about.d-6 .about__info .bg-3 {
  border: 0.4rem solid #FFC700;
}
.section.about.d-6 .about__info .bg-2 {
  top: 2rem;
  right: 14rem;
  width: 1.4rem;
  height: 1.4rem;
}
.section.about.d-6 .about__info .bg-3 {
  top: 3.5rem;
  right: 8.5rem;
  width: 2.4rem;
  height: 2.4rem;
}
.section.about.d-6 .about__info .bg-4 {
  background-image: url("../../img/about-info-bg.svg");
  width: 20rem;
  height: 20rem;
  right: -7rem;
  bottom: 0;
}
.section.about.d-6 .about__info-title {
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  line-height: 120%;
  color: #5A4FDB;
}
@media only screen and (min-width: 768px) {
  .section.about.d-6 .about__info-title {
    font-size: 2.8rem;
  }
}
.section.about.d-6 .about__info-text {
  font-size: 1.6rem;
  line-height: 140%;
}
@media only screen and (min-width: 768px) {
  .section.about.d-6 .about__info-text {
    font-size: 1.8rem;
  }
}
.section.about.d-6 .about__info-text p {
  margin-bottom: 1.6rem;
}
.section.about.d-6 .about__info-text p:last-of-type {
  margin-bottom: 0;
}

.features {
  padding: 4rem 0;
}
@media only screen and (min-width: 768px) {
  .features {
    padding: 5rem 0;
  }
}
.features .features__title {
  margin-bottom: 3.2rem;
  font-size: 2.6rem;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .features .features__title {
    font-size: 3rem;
  }
}
.features .features__list {
  margin-bottom: 4rem;
  counter-reset: featureCounter;
}
@media only screen and (min-width: 768px) {
  .features .features__list {
    margin-bottom: 5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
  }
}
.features .features__item {
  margin-bottom: 1.5rem;
  padding: 2.8rem 2.8rem 3.2rem;
  background: #fff;
  box-shadow: 0rem 0rem 20px rgba(94, 98, 120, 0.02);
  border-radius: 3rem;
}
@media only screen and (min-width: 768px) {
  .features .features__item {
    margin-bottom: 0;
    flex: 1 0 48%;
  }
}
@media only screen and (min-width: 768px) {
  .features .features__item:first-of-type {
    width: 100%;
    flex: 1 0 auto;
  }
  .features .features__item:first-of-type .features__image-wrap {
    max-height: 22rem;
  }
}
.features .features__item:last-of-type {
  margin-bottom: 0;
}
.features .features__item .features__num:before {
  margin-bottom: 2rem;
  display: inline-block;
  counter-increment: featureCounter;
  content: counter(featureCounter, decimal-leading-zero) " ";
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 120%;
  color: #5A4FDB;
}
@media only screen and (min-width: 768px) {
  .features .features__item .features__num:before {
    margin-bottom: 5rem;
    font-size: 4rem;
  }
}
.features .features__image {
  max-width: 100%;
  width: auto;
}
.features .features__image-wrap {
  display: flex;
  justify-content: center;
  max-height: 17rem;
}
.features .features__item-title {
  margin-bottom: 1.6rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 120%;
}
.features .features__text {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  line-height: 140%;
}
.features .features__btn {
  width: 28.9rem;
  background: #FFC700;
  border-color: #FFC700;
}
.features .features__btn .btn__text {
  color: #2C294B;
}
@media only screen and (min-width: 768px) {
  .features .features__btn:hover {
    background: #FFD84D;
    border-color: #FFD84D;
  }
  .features .features__btn:hover .btn__text {
    color: #2C294B;
  }
}

.partners {
  padding-top: 4rem;
}
@media only screen and (min-width: 768px) {
  .partners {
    padding-top: 5rem;
  }
}
.partners .partners__title {
  margin-bottom: 3.2rem;
  font-size: 2.6rem;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .partners .partners__title {
    font-size: 3rem;
  }
}
.partners .partner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.partners .partner__item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .partners .partner__item {
    width: 33%;
  }
}
.partners .partner__image {
  width: auto;
  max-width: 100%;
}
.partners .partner__image-wrap {
  padding: 1.6rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}