.banner {
  margin-top: 97px;
}

.banner-mobile {
  display: none;
}

.banner-left {
  max-width: 1000px;
  margin-top: 96px;
}

.bannerr-svg {
  display: none;
}

.banner-left h1 {
  font-size: 70px;
  line-height: 78px;
  font-weight: 700;
  margin-bottom: 32px;
  position: relative;
  z-index: 3;
  text-transform: uppercase;
}

.banner-left p {
  max-width: 779px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 32px;
  position: relative;
  z-index: 3;
}

.banner-right {
  position: relative;
}

.banner-right .square {
  width: 563px;
  height: 248px;
  background-color: #fac8d1;
  position: absolute;
  top: 30px;
  z-index: -1;
  right: 0;
}

.banner-right img {
  height: 100%;
  width: auto;
  right: 0;
  position: absolute;
}

.banner-left .button {
  width: 352px;
  height: 82px;
  margin-bottom: 32px;
}

.banner-slider {
  width: 100%;
  height: 50px;
  background-color: #fac8d1;
  overflow: hidden;
}
.banner .media {
  display: flex;
  gap: 21px;
  margin-bottom: 32px;
}

.banner .media svg {
  width: 24px;
}

.banner .media svg path {
  fill: var(--accent-color);
}

.banner-slide {
  font-size: 24px;
  line-height: 78px;
  text-transform: uppercase;
  font-weight: 100;
  display: flex !important;
  align-items: center;
  height: 100%;
  height: 50px;
  overflow: hidden;
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: fit-content !important;
  padding-right: 10px;
}

.progress-bar,
.progress-bar-2 {
  width: 100%;
  height: 16px;
  background-color: #fff1f3;
  position: relative;
}

.progress-bar-2,
.progress-fill-2 {
  display: none;
}

.progress-fill,
.progress-fill-2 {
  height: 100%;
  background-color: #e53b78; /* можна змінити колір */
  width: 0%;
  transition: width 0.3s ease;
}

.slider-menu {
  max-width: 618px;
  display: flex;
  margin: auto;
  margin-top: 24px;
  gap: 24px;
  align-items: center;
}

.custom-arrows {
  width: 146px;
  display: flex;
  align-items: center;
  gap: 24px;
}

/*introducing*/

.introducing {
  background-color: #fff1f3;
  padding: 140px 0;
}

.introducing-left {
  max-width: 685px;
}

.introducing h2 {
  font-weight: 300;
  line-height: 72px;
  font-size: 40px;
  margin-bottom: 48px;
  position: relative;
  height: 210px;
  padding-top: 16px;
}

.introducing h2::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 281px;
  background-color: #fac8d1;
  top: 0;
  left: 0;
}

.introducing h2 span {
  color: #e53b78;
  line-height: 30px;
}

.introducing-left p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.introducing-right {
  margin-right: -120px;
}

/*What is*/

.what-is {
  background-color: #fff1f3;
  margin-bottom: 140px;
}

.what-is-left {
  width: 583px;
  margin-left: -123px;
  margin-bottom: -4px;
}

.what-is-right {
  max-width: 684px;
}

.what-is-list {
  list-style: none;
  display: flex;
  align-items: center;
  color: #e53b78;
  justify-content: center;
  margin-bottom: 24px;
  gap: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 200;
}

.what-is-list li {
  position: relative;
  height: 34px;
  display: flex;
  align-items: end;
}

.what-is-list li::before {
  position: absolute;
  width: 72px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 4px;
  background-color: #fac8d1;
}

.what-is h2 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 300;
  margin-bottom: 48px;
  position: relative;
  height: 64px;
  padding-top: 16px;
}

.what-is h2::before {
  content: "";
  position: absolute;
  background-color: #fac8d1;
  height: 4px;
  width: 281px;
  top: 0;
  left: 0;
}

.what-is p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 24px;
}

.what-is .button {
  width: 352px;
  height: 82px;
}

/* Benefits */

.benefits {
  margin-bottom: 140px;
}

.benefits .container {
  position: relative;
}

.benefits h2 {
  font-weight: 300;
  font-size: 34px;
  line-height: 48px;
  position: absolute;
  top: 16px;
  left: 124px;
}

.benefits h2 span {
  color: #e53b78;
}

.benefits-slide {
  position: relative;
}

.benefits-slide img {
  width: 655px;
  position: absolute;
  left: 0;
  top: 144px;
}

.benefits-slide-content {
  background-color: #fff1f3;
  padding-top: 192px;
  padding-bottom: 153px;
  max-width: 911px;
  width: 100%;
  margin-left: auto;
  padding-left: 179px;
  padding-right: 124px;
}

.benefits h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  height: 56px;
  padding-top: 16px;
  position: relative;
  margin-bottom: 24px;
}

.benefits h3::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 281px;
  background-color: #fac8d1;
  top: 0;
  left: 0;
}

.benefits p {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}

.benefits .button {
  max-width: 282px;
  width: 100%;
  height: 72px;
}

.custom-arrows button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.slick-disabled svg path {
  fill: #ff98bd;
}

/* Recomendations */

.recomendations {
  margin-bottom: 140px;
}

.recomendations h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  margin-bottom: 24px;
}

.recomendations h2 span {
  color: #e53b78;
}

.recomendations-left {
  max-width: 586px;
}

.recomendations p {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  max-width: 285px;
}

.recomendations-gallery {
  display: flex;
  gap: 24px;
}

.recomendations .custom-arrows {
  display: none;
}

.recomendations-gallery-item {
  max-width: 280px;
  margin-top: 122px;
  position: relative;
  overflow: hidden;
  height: 408px;
  cursor: pointer;
}

.recomendations-gallery-item:nth-child(2) {
  margin-top: unset;
}

.recomendations-right {
  margin-left: -228px;
}

.recomendations-gallery-item-bottom {
  background-color: rgba(250, 200, 209, 0.72);
  padding: 24px;
  font-size: 18px;
  line-height: 28px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 408px;
  font-weight: 300;
  transition: 0.3s;
  transform: translateY(300px);
}

.recomendations-gallery-item:hover .recomendations-gallery-item-bottom {
  transform: translateY(0);
}

.recomendations-gallery-item-title {
  font-weight: 400;
  margin-bottom: 51px;
}

.recomendations-gallery-item:hover .recomendations-gallery-item-bottom .recomendations-gallery-item-title {
  margin-bottom: 24px;
}

/* Stages */

.stages {
  position: relative;
  min-height: 1000px;
  margin-bottom: 140px;
}

.stages .flex-wrapper {
  gap: 23px;
}

.stages h2 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 300;
  margin-bottom: 24px;
}

.stages p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.stages-left {
  position: sticky;
  background-color: #fac8d1;
  padding: 64px 124px;
  top: 97px;
  left: -124px;
  height: fit-content;
  min-width: 505px;
  margin-right: 23px;
}

.stages-list-number {
  width: 78px;
  height: 78px;
  display: flex;
  position: relative;
  border-left: 4px solid #e53b78;
  color: #e53b78;
  font-size: 58px;
  line-height: 64px;
  align-items: center;
  justify-content: end;
  margin-bottom: 12px;
}

.stages-list-number::before {
  content: "";
  position: absolute;
  width: 43px;
  height: 57px;
  background-color: #fff1f3;
  z-index: -1;
  top: 0;
  right: 0;
}

.stages-list-title {
  font-size: 29px;
  line-height: 48px;
  font-weight: 400;
  margin-bottom: 12px;
}

.stages-list {
  display: grid;
  grid-template-columns: 355px 380px;
  gap: 48px 50px;
}

.stages-list-item:last-child {
  grid-column: span 2;
}
/* Contraindications */

.contraindications {
  margin-bottom: 140px;
}

.contraindications svg {
  margin-bottom: 24px;
}

.contraindications h2 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 400;
  height: 113px;
  padding-top: 16px;
  position: relative;
  margin-bottom: 24px;
}

.contraindications h2 span {
  color: #e53b78;
}

.contraindications h2::before {
  content: "";
  width: 281px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fac8d1;
}

.contraindications p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.contraindications .flex-wrapper {
  gap: 22px;
}

.contraindications-left {
  max-width: 485px;
}

.contraindications-right {
  max-width: 687px;
  width: 100%;
  position: relative;
  padding: 50px 0;
}

.contraindications-list {
  display: grid;
  gap: 24px;
  grid-template-columns: 280px 382px;
}

.contraindications-list-item {
  height: 96px;
  background-color: #fac8d1d1;
  font-size: 18px;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
}

.contraindications-list-item:last-child {
  grid-column: span 2;
}

.contraindications-image {
  position: absolute;
  width: 683px;
  right: -122px;
  top: 0;
  z-index: -1;
}
/*Better*/

.better {
  background-color: #fac8d1;
  padding-top: 58px;
  padding-bottom: 47px;
}

.better .button {
  margin: auto;
  width: 352px;
  height: 82px;
}

.better h2 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: center;
}

.better p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 32px;
  text-align: center;
  font-weight: 300;
}

/* Faq */

.faq {
  margin-top: 140px;
  margin-bottom: 140px;
}

.faq h2 {
  font-size: 40px;
  line-height: 72px;
  font-weight: 300;
  margin-bottom: 26px;
  text-align: center;
}

.faq .faq-question {
  font-size: 29px;
  line-height: 120%;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 29px;
  padding-right: 33px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  border-bottom: 1px solid #fff1f3;
}

.faq .faq-question span {
  /* white-space: nowrap;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.faq-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 32px;
  max-height: 70px;
  transition: 0.3s;
}

.faq-answer {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  padding: 10px 35px;
  background-color: #fff1f3;
}

/* Service */

.service {
  background-color: #fff1f3;
  padding-top: 110px;
  padding-bottom: 51px;
}

.service .mobile {
  display: none;
}

.service .title {
  font-weight: 300;
  color: #e53b78;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
}

.service .subtitle {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 38px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.service .button-dark {
  width: 246px;
  height: 55px;
  text-transform: uppercase;
  margin-bottom: 54px;
}

.service .pricing {
  align-items: stretch;
}

.service .pricing .left {
  width: 100%;
  max-width: 581px;
}

.service .pricing .left img {
  height: 100%;
}

.service .pricing .right {
  width: 100%;
  background-color: #fff;
  padding: 65px 29px 39px 68px;
  max-width: 610px;
}

.service .pricing .right .title {
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: -1px;
  margin-bottom: 12px;
  color: #000;
}

.service .pricing .right .under-title {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #e53b78;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.service .pricing .right .subtitle {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #000;
  font-weight: 400;
  margin-bottom: 32px;
  text-transform: none;
}

.service .service-pricing-list {
  margin-bottom: 49px;
}

.service .pricing .service-pricing-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 24px;
}

.service .pricing .service-pricing-item .service-pricing-left {
  white-space: nowrap;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #000;
  font-weight: 300;
}

.service .pricing .service-pricing-item .service-pricing-price {
  display: flex;
  align-items: start;
  color: #000;
  font-weight: 300;
  gap: 6px;
}

.service .pricing .service-pricing-item .service-pricing-price .service-pricing-price__dollar {
  font-size: 30px;
}

.service .pricing .service-pricing-item .service-pricing-price .service-pricing-price__number {
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -1, 5px;
}

.service .pricing .button {
  width: 194px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  margin-left: auto;
}

.service .information {
  background-color: #fac8d1;
  padding: 100px 58px 83px 77px;
  gap: 30px;
}

.service .information .left .title {
  font-size: 48px;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: -1.5px;
  text-align: center;
  color: #000000;
  margin-bottom: 8px;
  max-width: 248px;
}

.service .information .left .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.service .information .right {
  max-width: 697px;
}

.service .information .right .item {
  margin-bottom: 26px;
}

.service .information .right .item:last-child {
  margin-bottom: 0;
}

.service .information .right .item .top {
  display: flex;
  gap: 15px;
}

.service .information .right .item .top .item-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-bottom: 13px;
}

.service .information .right .item .top .item-subtitle {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 400;
}



@media screen and (min-width: 1300px) {
  .benefits-slide img {
    max-height: 431px;
  }
}

@media screen and (max-width: 1500px) {
  /* Benefits */

  .benefits-slide img {
    width: 573px;
  }
}

@media screen and (max-width: 1460px) {
  /* Introducing */

  .introducing-right {
    margin-right: -30px;
  }

  .introducing .flex-wrapper {
    gap: 30px;
  }

  /*Benefits*/

  .benefits h2 {
    left: 30px;
  }

  /* Contraindications */

  .contraindications {
    overflow: hidden;
  }
}

@media screen and (max-width: 1400px) {
  /* Benefits */

  .benefits-slide-content {
    padding-left: 267px;
    padding-right: 124px;
  }

  .slider-menu {
    margin-top: 0;
  }

  /* Stages*/

  .stages-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 1330px) {
  /*Banner*/

  .banner-slider {
    overflow: hidden;
  }

  /*Benefits*/

  .benefits-slide-content {
    max-width: 817px;
  }
}

@media screen and (max-width: 1230px) {
  /* Benefits */

  .benefits h2 {
    display: none;
  }

  .benefits-slide img {
    width: 500px;
  }

  /*Stages*/

  .stages-left {
    position: static;
  }

  .stages .flex-wrapper {
    flex-direction: column;
  }
  /*What is*/

  .what-is .flex-wrapper {
    gap: 30px;
  }

  /*Recomendations*/

  .recomendations .flex-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .recomendations-right {
    margin-left: 0;
  }

  .recomendations-gallery {
    justify-content: center;
  }

  .recomendations p {
    max-width: 100%;
  }

  .recomendations-gallery-item {
    margin-top: 0;
  }
}

@media screen and (max-width: 1150px) {
  /*Benefits*/

  .benefits-slide-content {
    padding-right: 40px;
    padding-left: 345px;
  }

  /* Contraindications */

  .contraindications-list {
    grid-template-columns: 243px 316px;
  }

  .contraindications-image {
    right: -180px;
  }
}

@media screen and (max-width: 1050px) {
  .benefits .slick-track {
    display: flex !important;
    align-items: stretch !important;
  }
  .slider-menu {
    margin-top: 24px;
  }

  .benefits-slide {
    height: unset !important;
    position: relative;
    padding-bottom: 76px;
  }

  .benefits-slide-content {
    height: 100%;
  }

  .benefits .button {
    position: absolute;
    bottom: 48px;
    width: calc(100% - 30px);
  }

  /*introducing*/

  .introducing .flex-wrapper {
    flex-direction: column-reverse;
  }

  .introducing-left {
    max-width: 100%;
  }

  .introducing-right {
    margin-right: 0;
    width: 100%;
  }

  .introducing {
    background-color: transparent;
  }

  /* What is */

  .what-is {
    background-color: transparent;
  }

  .what-is .container {
    flex-direction: column;
  }

  .what-is-left {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }

  .what-is-right {
    max-width: 100%;
  }

  /* Benefits */

  .benefits-slide img {
    position: static;
    width: 100%;
    margin-bottom: -87px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .benefits-slide-content {
    max-width: 100%;
    padding-top: 120px;
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .benefits .container {
    padding: 0;
  }

  .slider-menu {
    flex-direction: column;
    max-width: calc(100% - 60px);
  }

  .custom-arrows {
    width: 100%;
    justify-content: space-between;
  }
}

@media screen and (max-width: 980px) {
	
	 /* Service */

  .service .flex-wrapper {
    flex-direction: column;
  }

  .service .pricing .left,
  .service .pricing .right {
    max-width: 100%;
  }

  .service .pricing .left img {
    height: auto;
  }

  .service .pricing {
    position: relative;
  }

	
	
	
	
  /* Contraindications */

  .contraindications .flex-wrapper {
    flex-direction: column;
  }

  .contraindications-left {
    max-width: 100%;
  }

  .contraindications-right {
    max-width: 100%;
  }

  .contraindications-image {
    right: 0;
    width: calc(100% - 112px);
  }

  .contraindications-list {
    display: flex;
    gap: 24px;
    flex-direction: column;
  }

  .contraindications-list-item {
    height: 55px;
  }

  /* Section marrgin */

  .container {
    padding: 0 15px;
  }

  .introducing {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .benefits,
  .recomendations,
  .what-is,
  .stages,
  .contraindications {
    margin-bottom: 48px;
  }

  .slider-menu {
    max-width: calc(100% - 30px);
  }
}

@media screen and (max-width: 800px) {
  /* Banner */

  .banner-left h1 {
    font-size: 36px;
    line-height: 48px;
    max-width: 387px;
  }

  .banner-left p {
    display: none;
  }

  .banner-left p,
  .banner-left .button,
  .banner-left .media {
    display: none;
  }

  .bannerr-svg {
    margin-bottom: 65px;
    display: block;
  }

  .banner-right .square {
    height: 116px;
    right: -15px;
  }

  .banner-left {
    margin-top: 86px;
  }

  .banner-slide {
    font-size: 16px;
  }

  .banner-mobile {
    display: block;
  }

  .banner-mobile p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 24px;
    font-weight: 300;
  }

  .banner-mobile .button {
    height: 82px;
    margin-bottom: 24px;
  }

  .banner-slider {
    margin-bottom: 24px;
  }

  .banner-mobile .media {
    margin: auto;
    width: fit-content;
    gap: 32px;
  }

  .banner-mobile .media svg {
    width: 56px;
    height: 56px;
  }
}

@media screen and (max-width: 700px) {
  /* Stages */

  .stages-left {
    margin-right: 0;
  }

  .recomendations .custom-arrows {
    display: flex;
  }

  .stages-list {
    display: flex;
    flex-direction: column;
  }

  .recomendations-gallery-item {
    max-width: 100%;
    height: unset;
  }

  .recomendations-gallery {
    margin-bottom: 32px;
  }

  .progress-fill-2,
  .progress-bar-2 {
    display: block;
  }

  .progress-bar-2 {
    margin-bottom: 24px;
  }

  /* Introducing */

  .introducing h2 {
    height: unset;
    margin-bottom: 24px;
  }

  /* What is */

  .what-is .button {
    width: 100%;
  }
}

@media screen and (max-width:500px){
	/* Service */

  .service {
    padding: 48px 0 0px 0;
  }
  .service .title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 16px;
  }

  .service .subtitle {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .service .button-dark {
    margin-bottom: 48px;
  }

  .service .mobile {
    display: block;

    font-size: 40px;
    font-weight: 300;
    line-height: 39px;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }

  .service .pricing .right {
    background-color: transparent;
    padding: 0;
    padding-top: 24px;
  }

  .service .pricing .right .title {
    display: none;
  }

  .service .pricing .button {
    display: none;
  }

  .service .service-pricing-list {
    margin-bottom: 0px;
  }

  .service .pricing .right .subtitle {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }

  .no-padding-mobile {
    margin-left: -15px;
    margin-right: -15px;
  }

  .service .information {
    padding: 48px 15px;
  }

  .service .information .left .title {
    max-width: 100%;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 16px;
  }

  .service .information .left .subtitle {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  /* Banner */

  .banner-left h1 {
    font-size: 24px;
    line-height: 48px;
    max-width: 359px;
  }

  .banner-mobile p {
    font-size: 16px;
    line-height: 24px;
  }

  /* Introducing */

  .introducing h2 {
    font-size: 32px;
    line-height: 48px;
  }

  .introducing .flex-wrapper {
    gap: 24px;
  }

  .introducing-left p {
    font-size: 16px;
    line-height: 28px;
  }

  /* What is */

  .what-is-list {
    flex-direction: column;
    align-items: start;
  }

  .what-is-list li::before {
    left: 0;
    transform: translateX(0);
  }

  .what-is h2 {
    font-size: 32px;
    line-height: 48px;
    height: unset;
    margin-bottom: 24px;
  }

  .what-is p,
  .what-is-list li {
    font-size: 16px;
    line-height: 28px;
  }

  .what-is-list li::before {
    height: 2px;
  }

  /* Benefits */

  .benefits h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
    height: unset;
  }

  /* Recomendations */

  .recomendations h2 {
    font-size: 32px;
    line-height: 48px;
    height: unset;
    margin-bottom: 24px;
  }

  .recomendations-gallery-item-bottom {
    transform: translateY(0);
    height: 324px;
  }

  .recomendations-gallery-item-title {
    margin-bottom: 24px;
  }

  .contraindications-list-item:last-child {
    line-height: unset;
    padding: 0 10px;
    text-align: center;
  }

  .benefits .button {
    max-width: 100%;
  }

  /* Stages */

  .stages-left {
    padding: 48px 16px;
    min-width: unset;
  }

  /* Contraindications */

  .contraindications h2 {
    height: unset;
    font-size: 34px;
  }

  /* Better */

  .better .button {
    width: 100%;
  }

  /* Faq */

  .faq {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .faq .container {
    padding: 0;
  }

  .faq .faq-question {
    font-size: 24px;
  }
}

@media screen and (max-width: 380px) {
  .faq .faq-question {
    font-size: 18px;
  }
}
