﻿.hero-section {
  display: flex;
  flex-wrap: wrap;
}
.hero-section .hero-text {
  background-color: #F3F1DF;
  padding: 50px 30px;
  order: 2;
  width: 100%;
}
@media (min-width: 480px) {
  .hero-section .hero-text {
    padding: 50px 90px;
  }
}
@media (min-width: 1024px) {
  .hero-section .hero-text {
    width: 40%;
    order: 1;
    padding: 130px 90px;
  }
}
.hero-section .hero-text h1 {
  margin: 15px 0 25px;
}
.hero-section .hero-text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.hero-section .hero-text .btn {
  margin-top: 25px;
}
.hero-section .hero-img {
  order: 1;
  width: 100%;
}
@media (min-width: 1024px) {
  .hero-section .hero-img {
    width: 60%;
    order: 2;
  }
}
@media (max-width: 1023px) {
  .hero-section .hero-img {
    max-height: 40vh;
  }
}
.hero-section .hero-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.selection-btn-ctn {
  display: flex;
  gap: 30px;
  margin: 100px auto 80px;
}
@media (max-width: 479px) {
  .selection-btn-ctn {
    flex-wrap: wrap;
  }
}
.selection-btn-ctn .selection {
  width: 100%;
}
@media (min-width: 480px) {
  .selection-btn-ctn .selection {
    width: 50%;
  }
}
.selection-btn-ctn .selection:hover {
  text-decoration: none !important;
}
.selection-btn-ctn .selection:hover .img-ctn .background-img {
  transform: scale(1.1);
}
.selection-btn-ctn .img-ctn {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.selection-btn-ctn .img-ctn .background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  background-size: cover;
  transform-origin: center center;
}
.selection-btn-ctn .text-ctn {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #402600;
}
.selection-btn-ctn .text-ctn span {
  color: #0263a7;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}

.avantages-ctn .avantages-title {
  font-size: 30px;
  position: relative;
  text-align: center;
}
.avantages-ctn .avantages-title > span {
  padding: 0 40px;
  background: #fff;
  z-index: 1;
  position: relative;
  max-width: 440px;
  margin: auto;
  display: inline-block;
}
.avantages-ctn .avantages-title:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #402600;
}
.avantages-ctn .avantages-title span span {
  font-size: 51px;
}
.avantages-ctn .avantages {
  margin-top: 80px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.avantages-ctn .avantages div {
  text-align: center;
  text-transform: uppercase;
}
.avantages-ctn .avantages div svg {
  margin-bottom: 0;
  display: block;
}

.simply-scroll {
  margin-top: 100px;
  margin-bottom: 60px;
}

.passion-ctn {
  padding: 30px;
  display: flex;
  background-color: #0263a7;
  flex-wrap: wrap;
  color: #F3F1DF;
  overflow: hidden;
}
.passion-ctn .passion-top-ctn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
}
.passion-ctn .passion-top-ctn img {
  width: 100%;
}
@media (min-width: 1024px) {
  .passion-ctn .passion-top-ctn img {
    width: 55%;
  }
}
.passion-ctn .passion-top-ctn .passion-text-ctn {
  margin: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .passion-ctn .passion-top-ctn .passion-text-ctn {
    width: 40%;
    max-width: 600px;
  }
}
.passion-ctn .passion-top-ctn .passion-text-ctn .passion-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .passion-ctn .passion-top-ctn .passion-text-ctn .passion-title {
    max-width: 440px;
  }
}
.passion-ctn .passion-top-ctn .passion-text-ctn .passion-title .caveat {
  font-size: 62px;
}
.passion-ctn .passion-top-ctn .passion-text-ctn .passion-text {
  font-size: 20px;
}
.passion-ctn .passion-top-ctn .passion-text-ctn .arrow-cta {
  color: #F3F1DF;
}
.passion-ctn .testimonies-ctn {
  width: 100%;
  text-align: center;
}
.passion-ctn .testimonies-ctn .caveat {
  font-size: 40px;
  margin-bottom: 20px;
}
.passion-ctn .testimonies-ctn .WidgetBackground__ContentContainer-sc > a {
  display: none !important;
}
.passion-ctn .testimonies-ctn .es-review-background-container {
  background-color: #fff;
}

.how-ctn {
  padding: 30px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin: 90px auto;
  max-width: 1500px;
}
.how-ctn img {
  width: 100%;
}
@media (min-width: 480px) {
  .how-ctn img {
    width: 50%;
  }
}
.how-ctn .how-title {
  font-size: 40px;
  width: 100%;
  text-align: center;
  line-height: 0.9;
}
.how-ctn .how-title .caveat {
  font-size: 62px;
}
.how-ctn .how-text {
  padding-bottom: 40px;
}
.how-ctn .how-section {
  background-color: #F3F1DF;
  padding: 10px 30px 10px 10px;
  align-items: center;
  position: relative;
  display: flex;
  border-radius: 20px;
}
@media (max-width: 479px) {
  .how-ctn .how-section {
    flex-wrap: wrap;
    padding-right: 10px;
  }
  .how-ctn .how-section img {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .how-ctn .how-section {
    width: 48%;
  }
}
.how-ctn .how-section .page-title {
  color: #402600;
  margin-bottom: 25px;
  font-size: 20px !important;
}
.how-ctn .how-section img {
  border-radius: 20px;
  margin-right: 40px;
}
.how-ctn .how-section .arrow-cta {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .how-ctn .how-section .arrow-cta {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .how-ctn .how-section .arrow-cta {
    font-size: 16px;
  }
}
