.mb-0{
  margin-bottom: 0;
}
.benefit-page img { max-width: 100%; display: block; width: auto;height:auto;}
.hero-text h1 {
    font-size: 36px;
}
.benefit-page .container-page {
  width: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 0px 15px;
}
.hero {
  background-image: url(https://cdn.webshopapp.com/shops/308968/files/483150257/theme-bg-whitetransparentfull.webp);
  padding: 20px 0px;
      background-repeat: repeat;
    background-size: contain;
    background-position: center;
}
.hero-logo{
  margin-right: auto;
  margin-left: auto;
}
.tx-orange
 {
    color: #F15A22;
  }
.tx-blue {
    color: #00598b;
}
.slim {
    font-weight: 400;
}

.hero-text {
    text-align: center;
    width: 40%;
}
.hero-top {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.hero-people {
 width: 60%;
}
.hero-title h1 {
font-size: 28px;
}
.hero-title p {
font-size: 15px;
color: #555;
}

/* Section */
.section {
padding: 60px 0;
}
.section-yellow { 
  background-color: #FFF200;
  background-image: url(https://cdn.webshopapp.com/shops/308968/files/483150257/theme-bg-whitetransparentfull.webp);
  padding: 90px 0px;
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}
.section-white {
  background-image: url(https://cdn.webshopapp.com/shops/308968/files/483150257/theme-bg-whitetransparentfull.webp);
  padding: 90px 0px;
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}
.module-title {
    display: block;
    padding: 0;
    margin: 0;
    color: #003d58;
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    text-align: center;
    margin-bottom: 50px;
}
.module-content{
		font-size:16px;
}
.text-18 {
    font-size: 18px;
    margin-bottom: 0px;
}
.icon-cart {
    display: flex;
}
.module-cta.text-center {
    display: flex;
    justify-content: center;
}
.module-title.mb-2
 {
    margin-bottom: 20px;
}
.module-title.left {
    text-align: left;
    margin-bottom: 15px;
}
.tx-white {
    color: #FFFFFF;
}
.shop-button{
  position: relative;
  display: flex;
  width: fit-content;
  align-items: center;
  text-decoration: none;
  gap :10px;
  padding: 15px 20px;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 2px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
  cursor: pointer;
  background-color: #e49a37;
  border: 1px solid #e49a37;
  border-radius: 30px;
  font-weight: 600;
}
.shop-button:hover{
  background: white;
  border-color: #00598b;
  color: #00598b;
}
.module-cta{
  margin-top: 30px;
}
.section-orange {
  background: #F15A22;
  color: #fff; 
  background-image: url(https://cdn.webshopapp.com/shops/308968/files/483150257/theme-bg-whitetransparentfull.webp);
  padding: 90px 0px;
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}
.section-blue { 
  background: #0a4a6f;
  color: #fff; 
  background-image: url(https://cdn.webshopapp.com/shops/308968/files/483150257/theme-bg-whitetransparentfull.webp);
  padding: 90px 0px;
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}
/* Grid of cards */
.benefit-grid {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
}

.card {
padding: 20px;
text-align: center;
width: 32%;
}

.card-head {
display: block;
text-align: center;
margin-bottom: 10px;
}
.icon {
display: flex;
align-items: center;
justify-content: center;
}

/* Product */
.product-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
align-items: center;
}
.cta {
display: inline-block;
background: #ff5a39;
color: #fff;
padding: 10px 20px;
border-radius: 20px;
text-decoration: none;
font-weight: bold;
margin-top: 20px;

}

/* Newsletter */
.newsletter {
display: flex;
justify-content: center;
gap: 10px;
flex-wrap: wrap;
margin-top: 15px;
}
.newsletter input {
padding: 10px;
border: 1px solid #ccc;
border-radius: 20px;
min-width: 250px;
}
.newsletter button {
padding: 10px 20px;
border-radius: 20px;
background: #111;
color: #fff;
border: none;
cursor: pointer;
}
@media (min-width: 1350px) {
    .container-page {
      width: 100%;
      max-width: 1320px;
      margin-left: auto;
      margin-right: auto;
    }
}
@media (max-width: 1000px) {
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-top { grid-template-columns: 1fr; }
  .hero-people { order: 2; }
  .product-row { grid-template-columns: 1fr; }
  .card {
      width: 46%;
  }
  .section.section-white .product-row {
      text-align: center;
  }
  .module-title.left {
      text-align: center;
  }
  .module-content br {
      display: none;
  }
  .module-cta {
      display: flex;
      justify-content: center;
  }
}
@media (max-width: 767px) {
  .benefit-grid { grid-template-columns: 1fr; }
  .hero-text, .hero-people {
      width: 100%;
  }
  .hero-top {
      flex-wrap: wrap;
  }
  .card {
      width: 90%;
  }
  .section-white, .section-yellow, .section-orange, .section-blue, .section-yellow {
      padding: 50px 0px;
    }
    .benefit-grid{
      column-gap: 0px;
      grid-row-gap:15px;
    }
}