@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Bold.ttf);
  font-weight: 700;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
}
body,
html {
  font-family: Poppins, Arial, Helvetica, sans-serif;
  background-image: url(../images/body_bg.jpg);
  scroll-behavior: smooth;
}

.header {
  background: var(--Primary-Red, #ec2227);
  padding-block: 17px;
}
.container {
  max-width: 1220px;
  padding-inline: 10px;
  margin-inline: auto;
}
.container.med {
  max-width: 1016px;
}
.container.small {
  max-width: 812px;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  color: var(--Primary-White, #fff);
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.header__text {
  color: var(--Primary-White, #fff);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  max-width: 588px;
}
.header__text span {
  font-weight: 600;
}
.header__btn {
  color: var(--Primary-White, #fff);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  border-radius: 8px;
  background: var(--Primary-Black, #000);
  padding: 20px 32px;
}

.hero {
  padding: 48px 0 100px;
  background-image: url(../images/bl1_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero__top {
  max-width: 792px;
  margin: 0 auto;
}
.hero__title {
  color: var(--Primary-White, #fff);
  text-align: center;
  font-family: Poppins;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 100% */
  letter-spacing: -1.8px;
}
h1 span,
h2 span,
h3 span {
  color: var(--Primary-Red, #ec2227) !important;
}
.main__text {
  color: var(--Primary-Black, #000);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: -0.48px;
}
.hero__text {
  text-align: center;
  margin-top: 24px;
  color: var(--Primary-White, #fff);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.48px;
}
.hero__text + .hero__text {
  margin-top: 12px;
}

.hero__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}
.hero__img {
  display: flex;
}
.form__item {
  position: relative;
  border-radius: 16px;
  background: var(--Primary-White, #fff);
  padding: 32px;
  max-width: 460px;
}
.form__title {
  color: var(--Primary-Black, #000);
  text-align: center;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 113.333% */
  letter-spacing: -0.9px;
  text-align: center;
  margin-bottom: 24px;
}
.timer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.timer p {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  filter: drop-shadow(0px 0px 7px rgba(236, 34, 39, 0.5));
  width: 100px;
  height: 100px;
  border-radius: 16px;
  border: 2px solid var(--Primary-Red, #ec2227);
  background: var(--Primary-White, #fff);
  color: var(--Primary-Black, #000);
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 100% */
  text-transform: uppercase;
}
.timer .text {
  color: var(--Primary-Black, #000);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.form__inner {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hiddenfield {
  display: none;
}
.main__btn {
  border: none;
  outline: none;
  transition: 0.3s ease;
  padding: 24px;
  border-radius: 8px;
  background: var(--Primary-Red, #ec2227);
  box-shadow: 0px 0px 25px 0px rgba(236, 34, 39, 0.5);
  cursor: pointer;
  color: var(--Primary-White, #fff);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.72px;
  text-transform: uppercase;
}
.main__btn:hover {
  box-shadow: 0px 0px 5px 0px rgba(236, 34, 39, 0.5);
}

.new {
}
.main__section {
  padding-block: 100px;
}
.new__title {
  width: 588px;
  margin-inline: auto;
}
.main__title {
  color: var(--Primary-Black, #000);
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 100% */
  letter-spacing: -1.44px;
  margin-bottom: 32px;
}
.main__subtitle {
  text-align: center;
  margin: -8px auto 32px;
}
.new__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.new__card {
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}
.new__img {
  border-radius: 8px 8px 0px 0px;
}
.new__text {
  padding: 24px;
}

.problem {
  padding-bottom: 0;
  overflow: hidden;
}
.main__dark {
  background-image: url(../images/dark_bg.jpg);
  background-size: contain;
  background-position: center;
}
.main__dark .main__title,
.main__dark p {
  color: #fff;
}
.main__inner {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.main__col {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
}
.problem__inner {
  align-items: flex-end;
}
.problem__blur {
  position: relative;
}
.problem__blur::before {
  content: "";
  position: absolute;
  top: 200px;
  left: 50px;
  z-index: 0;
  width: 561.272px;
  height: 607.647px;
  border-radius: 607.647px;
  background: var(--Primary-Red, #ec2227);
  filter: blur(150px);
}
.problem__img {
  position: relative;
  z-index: 2;
  display: flex;
}
.problem__col {
  padding-bottom: 100px;
}
.problem__title {
  color: #fff;
  text-align: left;
  margin-bottom: 8px;
}
.naturale {
  padding-top: 0;
}
.naturale__title {
}
.naturale__img {
}

.unica {
  position: relative;
  z-index: 2;
}
.unica::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  background-image: url(../images/bl6_bg.jpg);
}
.unica__title {
}
.unica__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.unica__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  gap: 16px;
  background: #fff;
  border-radius: 16px;
}
.unica__img {
  margin-bottom: 8px;
}
.unica__subtitle {
  color: var(--Primary-Black, #000) !important;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
}
.unica__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 20px;
}

.buy {
}
.buy__inner {
  display: grid;
  grid-template-columns: repeat(5, 180px);
  gap: 24px;
  justify-content: center;
}
.buy__card {
  display: flex;
  flex-direction: column;
}
.buy__img {
  padding: 15px;
  border: 2px solid #ec2227;
  border-radius: 50%;
  margin-bottom: 16px;
}
.buy__text {
  color: var(--Primary-Black, #000);
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.54px;
}
.why {
  padding: 0;
}
.why__title {
}
.why__img {
}
.why__autor {
  color: var(--Primary-Black, #000);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  margin-top: 8px;
}
.diagram {
}
.diagram__title {
}
.diagram__card {
  border-radius: 16px;
  background: var(--Primary-White, #fff);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
.diagram__subtitle {
  max-width: 300px;
  color: var(--Primary-Black, #000) !important;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 125% */
  letter-spacing: -0.72px;
}
.diagram__img {
}
.diagram__footer {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.diagram__info {
  padding-left: 40px;
  position: relative;
  white-space: nowrap;
}
.diagram__info::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  background: var(--Chart-Blue, #80caff);
}
.diagram__info:nth-of-type(2):before {
  background: #ffafa3;
}
.diagram__info:nth-of-type(3):before {
  background: #ffc470;
}
.diagram__info:nth-of-type(4):before {
  background: #d9b8ff;
}
.pills {
}
.pills__top {
  max-width: 792px;
  margin: 0 auto 32px;
}
.pills__advantages {
  font-weight: 600;
  text-align: center;
}
.pills__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pills__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 32px;
  border-radius: 16px;
  background: var(--Primary-White, #fff);
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.1);
}
.pills__card:nth-of-type(7) {
  width: calc(150% + 12px);
}
.pills__card:nth-of-type(8) {
  width: calc(150% + 12px);
  margin-left: calc(50% + 12px);
}
.pills__img {
  margin-bottom: 8px;
}
.pills__card-title {
  color: var(--Primary-Black, #000);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.54px;
}
.cta__btn {
  display: block;
  text-align: center;
  max-width: 384px;
  margin: 32px auto 0;
}
.certif {
}
.certif__title {
}
.certif__title + p {
  color: #fff;
  text-align: center;
  max-width: 792px;
  margin: -8px auto 32px;
}
.certif__inner {
}
.certif__card {
  border-radius: 16px;
  background: var(--Primary-White, #fff);
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.certif__card + .certif__card {
  margin-top: 8px;
}
.certif__card p {
  color: #000;
}
.certif__subtitle {
  color: var(--Primary-Black, #000);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
}
.certif__list {
  margin-top: -8px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.certif__img {
  width: 100%;
  margin: 0 auto 8px;
}
.oferta {
}
.oferta__inner {
}
.oferta__text {
  text-align: center;
  margin: -8px auto 32px;
}
.oferta__card {
  padding: 32px;
  border-radius: 16px;
  background: var(--Primary-White, #fff);
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.1);
}
.oferta__img {
}
.oferta__subtitle {
  margin-top: 24px;
  color: var(--Primary-Black, #000);
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 125% */
  letter-spacing: -0.72px;
}
.oferta__subtitle span {
  color: #ec2227;
}
.oferta__banner {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 32px;
  border-radius: 16px;
  border: 2px dashed var(--Primary-Red, #ec2227);
  background: #fff;
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.1);
}
.testimonials {
  background-image: url(../images/bl13_bg.jpg);
  background-size: cover;
  background-position: center;
}
.testimonials__title + p {
  text-align: center;
  max-width: 792px;
  margin: -8px auto 32px;
}
.testimonials__slider {
}
.testimonials__text {
  color: var(--Primary-Black, #000);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.54px;
}
.swiper-wrapper {
  padding-bottom: 72px;
  max-width: 992px;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 24px !important;
}
.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background: transparent !important;
  border: 2px solid #ec2227 !important;
}
.swiper-pagination-bullet-active {
  background: #ec2227 !important;
}
.testimonials__item {
  display: flex !important;
  gap: 24px;
  padding: 48px;
  border-radius: 16px;
  background: var(--Primary-White, #fff);
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.1);
}
.testimonials__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonials__user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonials__img {
  border-radius: 8px;
}
.testimonials__data {
}
.testimonials__name {
  color: var(--Primary-Black, #000);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.54px;
}
.testimonials__age {
  color: var(--Primary-Black, #000);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.54px;
}
.testimonials__footer {
  text-align: center;
  max-width: 792px;
  margin: 0 auto;
}
.simpla {
}
.main__section {
}
.container {
}
.simpla__inner {
  border-radius: 16px;
  background: var(--Primary-White, #fff);
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.1);
  padding: 48px;
}
.simpla__content {
  gap: 24px;
}
.simpla__title {
}
.simpla__li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.simpla__text {
  color: var(--Primary-Black, #000);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
}
.simpla__footer .red {
  color: #ec2227;
  font-weight: 600;
}

.order {
}
.order__title {
}
.order__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.order__card {
  border-radius: 16px;
  background: var(--Primary-White, #fff);
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.1);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.order p {
  color: #000;
}
.order__icon {
  border-radius: 8px;
  background: var(--Primary-Red, #ec2227);
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order__step {
  color: var(--Primary-Red, #ec2227) !important;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
}
.order__banner {
  margin-top: 24px;
  border-radius: 16px;
  border: 2px dashed var(--Primary-Red, #ec2227);
  background: var(--Primary-White, #fff);
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.1);
  padding: 32px;
}
.order__banner-title {
  color: var(--Primary-Red, #ec2227) !important;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
}
.order__banner-text {
  margin-top: 8px;
  color: var(--Primary-Black, #000);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.48px;
}
.faq {
}
.faq__inner {
  display: grid;
  row-gap: 24px;
}
.faq__item {
  border-radius: 16px;
  background: var(--Primary-White, #fff);
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.1);
  padding: 32px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.faq__item.active {
}
.faq__item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
}
.faq__item-title {
  color: var(--Primary-Black, #000);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
.faq__item-plus {
  transition: all 0.3s ease-in-out;
}
.faq__item.active .faq__item-plus {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.faq__item.active .faq__item-arrow {
  border-color: #000;
}
.faq__item-bottom {
  display: none;
  width: 100%;
  padding-top: 16px;
}
.faq__footer {
  padding-top: 100px;
}
.faq__img {
  height: 500px;
  border-radius: 16px;
  background-image: url(../images/bl17_img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.1), 0px 0px 55px 0px rgba(0, 0, 0, 0.1);
}
.register {
  padding: 48px 0 100px;
  background-image: url(../images/bl18_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.register__title {
  color: var(--Primary-White, #fff);
  text-align: center;
  font-family: Poppins;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px; /* 113.333% */
  margin-bottom: 32px;
}
.register__text {
  color: var(--Primary-White, #fff);
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  border-radius: 16px;
  border: 2px dashed var(--Primary-Red, #ec2227);
  background: rgba(236, 34, 39, 0.05);
  padding: 32px;
  margin-bottom: 32px;
}
.register__inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
.register__img {
  margin-left: -122px;
}

@media (max-width: 1250px) {
  .hero{background-position: 25%;}
  .hero__img {
    width: 50%;
  }
  .new__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .new__card {
    width: fit-content;
    flex-basis: 33%;
  }
  .problem__col,
  .why__col {
    padding-bottom: 50px;
  }
  .why__inner {
    align-items: flex-end;
  }
  .diagram__1 {
    gap: 0;
    column-gap: 12px;
  }
}
@media (max-width: 1023px) {
  .header__inner {
    gap: 20px;
  }
  .header__text {
    font-size: 16px;
    line-height: normal;
    text-align: center;
  }
  .header__btn {
    text-align: center;
  }
  .main__inner,
  .hero__inner,
  .register__inner {
    flex-direction: column;
  }
  .main__col {
    width: 100%;
  }
  .problem__inner,
  .why__inner {
    flex-direction: column-reverse;
  }
  .problem__img,
  .naturale__img,
  .why__img,
  .certif__img,
  .oferta__img,
  .simla__img,
  .register__img {
    width: 50%;
    margin-inline: auto;
  }
  .unica__card {
    padding: 16px;
  }
  .new__card {
    width: 33%;
    flex-basis: 45%;
  }
  .buy__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .oferta__card {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .pills__inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .pills__card:nth-of-type(7) {
    width: initial;
  }
  .pills__card:nth-of-type(8) {
    width: initial;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .hero {
    padding: 24px 0;
  }
  .header__inner {
    flex-direction: column;
    gap: 16px;
  }
  .hero__inner {
    margin-top: 24px;
  }
  .hero__img,
  .problem__img,
  .naturale__img,
  .why__img,
  .certif__img,
  .oferta__img,
  .simla__img,
  .register__img {
    width: 100%;
  }
  .hero__title,
  .main__title {
    width: 100%;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 100% */
    letter-spacing: -0.96px;
  }
  .form__item {
    width: 100%;
    padding: 16px;
  }
  .form__title {
    color: var(--Primary-Black, #000);
    text-align: center;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 100% */
    letter-spacing: -0.63px;
  }
  .main__section {
    padding: 24px 0;
  }
  .new__card {
    width: 100%;
  }
  .main__title {
    margin-bottom: 16px;
  }
  .new__inner {
    gap: 12px;
  }
  .problem,
  .why {
    padding-bottom: 0;
  }
  .problem__title {
    margin: 0;
  }
  .problem__col,
  .why__col {
    padding: 0;
  }
  .naturale__title,
  .why__title {
    text-align: left;
  }
  .unica__inner,
  .pills__inner,
  .order__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .oferta__banner {
    flex-direction: column;
  }
  .buy__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .buy__img,
  .diagram__img {
    width: 100%;
  }
  .diagram__footer {
    gap: 12px;
  }
  .pills__top {
    margin-bottom: 16px;
  }
  .pills__title,
  .pills__advantages {
    text-align: left;
  }
  .main__subtitle {
    text-align: left;
    margin: 0 0 16px;
  }
  .cta__btn {
    margin-top: 16px;
  }
  .certif__inner {
    gap: 16px;
  }
  .certif__card + .certif__card {
    margin: 0;
  }
  .oferta__text {
    margin: 8px auto 24px;
  }
  .oferta__cards {
    gap: 16px;
  }
  .oferta__banner {
    margin-top: 16px;
    text-align: center;
  }
  .timer p {
    width: 90px;
    height: 90px;
  }
  .oferta__btn {
    font-size: 18px;
  }
  .testimonials__title {
    text-align: left;
  }
  .testimonials__title + p {
    text-align: left;
    margin: 8px 0 16px;
  }
  .testimonials__item {
    padding: 16px;
    flex-direction: column-reverse;
  }
  .testimonials__img {
    height: 292px;
    object-fit: cover;
  }
  .testimonials__user {
    margin-top: 24px;
  }
  .simpla__inner {
    padding: 16px;
    flex-direction: column-reverse;
  }
  .simpla__content {
    gap: 16px;
  }
  .faq__item {
    padding: 24px;
  }
  .faq__footer {
    padding-top: 24px;
  }
  .faq__sub {
    margin-top: 8px;
    text-align: center;
  }
  .faq__img {
    background-size: cover;
    height: 340px;
  }
  .register__title {
    color: var(--Primary-White, #fff);
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 100% */
    margin-bottom: 16px;
  }
  .register__text {
    margin-bottom: 16px;
    padding: 24px;
  }
}
