:root{
  --m240-orange:#f97316;
  --m240-orange-dark:#ea580c;
  --m240-purple:#5c4b8a;
  --m240-purple-dark:#2b235a;
  --m240-soft:#f7f4ff;
  --m240-cream:#fff7ef;
  --m240-text:#111827;
  --m240-muted:#6b7280;
  --m240-border:#e5e7eb;
  --m240-white:#ffffff;
  --m240-radius:22px;
  --m240-shadow:0 18px 40px rgba(15,23,42,.08);
  --m240-shadow-strong:0 22px 50px rgba(15,23,42,.12);
}

html, body{
  margin:0;
  padding:0;
}

body.m240-home-body{
  background:#fff;
  color:var(--m240-text);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.m240-container{
  max-width:1100px;
  margin:0 auto;
  padding:0 1.5rem;
}

/* HEADER */
.m240-site-header{
  position: static !important;
  top: auto !important;
  z-index: auto !important;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(17,24,39,.06);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.m240-header-row{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.m240-logo img{
  height:44px;
  width:auto;
  display:block;
}

.m240-main-nav{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}

.m240-main-nav a,
.m240-header-link{
  text-decoration:none;
  color:#111827;
  font-weight:700;
  font-size:14px;
}

.m240-header-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.m240-header-cart{
  text-decoration:none;
  background:#111827;
  color:#fff;
  padding:10px 14px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.m240-cart-count{
  background:#f97316;
  color:#fff;
  min-width:22px;
  height:22px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
}

/* HERO */
.m240-hero{
  background:linear-gradient(180deg,#f8f8fa 0%, #f3ecff 100%);
  padding:44px 0 28px;
  margin-bottom:18px;
}
.m240-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);
  gap:28px;
  align-items:center;
}

.m240-kicker,
.m240-section-label{
  display:inline-block;
  padding:7px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(92,75,138,.14);
  color:var(--m240-purple-dark);
  font-size:12px;
  font-weight:800;
  margin-bottom:14px;
}

.m240-hero h1{
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.05;
  margin:0 0 14px;
  font-weight:900;
}

.m240-hero-text,
.m240-about-card p,
.m240-custom-content p{
  font-size:1rem;
  line-height:1.7;
  color:#374151;
}

.m240-hero-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0;
}

.m240-hero-pills span{
  background:#fff;
  border:1px solid #ececf1;
  border-radius:999px;
  padding:8px 12px;
  font-size:13px;
  font-weight:700;
}

.m240-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 10px;
}

.m240-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border-radius:999px;
  padding:12px 18px;
  font-size:14px;
  font-weight:800;
}

.m240-btn-primary{
  background:linear-gradient(135deg,var(--m240-orange),var(--m240-orange-dark));
  color:#fff;
}

.m240-btn-secondary{
  background:#fff;
  color:var(--m240-purple-dark);
  border:1px solid rgba(92,75,138,.18);
}

.m240-btn-dark{
  background:#2b235a;
  color:#fff;
}

.m240-hero-note{
  font-size:13px;
  color:var(--m240-muted);
}

.m240-hero-card{
  background:#111827;
  color:#fff;
  text-decoration:none;
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--m240-shadow-strong);
}

.m240-hero-card-image img{
  width:100%;
  display:block;
  height:auto;
}

.m240-hero-card-body{
  padding:18px;
}

.m240-hero-card-body h2{
  margin:0 0 8px;
  font-size:22px;
  line-height:1.2;
  font-weight:900;
  color:#ffffff;
  letter-spacing:-0.3px;
  text-shadow:0 2px 8px rgba(0,0,0,.35);
}

.m240-hero-card-body h2::after{
  content:"";
  display:block;
  width:46px;
  height:4px;
  background:#f97316;
  border-radius:999px;
  margin-top:8px;
}

.m240-hero-card-body p{
  margin:0 0 16px;
  color:#e5e7eb;
  line-height:1.6;
  font-size:14px;
}

.m240-hero-card-bottom,
.m240-price-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.m240-old-price,
.old{
  text-decoration:line-through;
  color:#9ca3af;
  margin-right:8px;
}

.m240-price,
.new{
  font-weight:900;
  color:#fff;
}

.new{
  color:#3b185a;
}

.m240-link-arrow{
  color:#f97316;
  font-weight:800;
  font-size:13px;
}




/* =========================================
   OFFRE DU MOMENT - HOME MISSION 240
========================================= */

.m240-deal {
  padding: 28px 0;
  background: #fff;
}

.m240-deal-card {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 24px;
  align-items: center;

  background: linear-gradient(135deg, #2c125c, #5c4b8a);
  color: #fff;

  border-radius: 26px;
  padding: 28px;

  text-decoration: none;
  overflow: hidden;

  box-shadow: 0 18px 45px rgba(44,18,92,0.22);

  transition: transform 0.2s ease,
              box-shadow 0.2s ease;
}

.m240-deal-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 55px rgba(44,18,92,0.28);
}

.m240-deal-badge {
  display: inline-block;

  background: #ffdf5d;
  color: #2c125c;

  font-weight: 800;
  font-size: 14px;

  padding: 7px 14px;
  border-radius: 999px;

  margin-bottom: 14px;
}

.m240-deal h2 {
  margin: 0 0 14px;

  color: #fff;

  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
  font-weight: 900;
}

.m240-deal p {
  margin: 0 0 14px;

  color: rgba(255,255,255,0.92);

  font-size: 17px;
  line-height: 1.55;
}

.m240-deal-price {
  display: flex;
  align-items: baseline;
  gap: 14px;

  margin: 18px 0;
}

.m240-deal-old {
  font-size: 22px;
  text-decoration: line-through;
  opacity: 0.7;
}

.m240-deal-new {
  font-size: 46px;
  font-weight: 900;
  color: #ffdf5d;
  line-height: 1;
}

.m240-deal-btn {
  display: inline-block;

  background: #fff;
  color: #2c125c;

  font-weight: 900;
  font-size: 15px;

  padding: 13px 22px;
  border-radius: 999px;

  margin-top: 6px;
}

.m240-deal-note {
  margin-top: 14px !important;

  font-size: 14px !important;
  opacity: 0.82;
}

/* IMAGE */

.m240-deal-image {
  max-width: 320px;
  margin-left: auto;
}

.m240-deal-image img {
  width: 100%;
  height: auto;
  max-height: 320px;

  object-fit: contain;

  border-radius: 20px;
  display: block;
}

/* MOBILE */

@media (max-width: 768px) {

  .m240-deal {
    padding: 18px 0;
  }

  .m240-deal-card {
    grid-template-columns: 1fr;
    padding: 22px;
    gap: 18px;
    text-align: center;
  }

  .m240-deal-image {
    max-width: 220px;
    margin: 0 auto;
    order: -1;
  }

  .m240-deal h2 {
    font-size: 32px;
  }

  .m240-deal p {
    font-size: 15px;
  }

  .m240-deal-price {
    justify-content: center;
  }

  .m240-deal-new {
    font-size: 38px;
  }
}

.m240-support {
  padding: 28px 0 10px;
}

.m240-support-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
  background: linear-gradient(180deg, #fffdf8 0%, #fff7ec 100%);
  border: 1px solid #f1e2c8;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}

.m240-support-content h2 {
  margin: 10px 0 14px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
}

.m240-support-content p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.7;
  color: #2b2b2b;
  max-width: 640px;
}

.m240-support-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.m240-support-pills span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #eadcc7;
  font-size: 14px;
  font-weight: 600;
}

.m240-support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.m240-support-visual {
  display: block;
  text-decoration: none;
}

.m240-support-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

@media (max-width: 900px) {
  .m240-support-card {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .m240-support-content h2 {
    font-size: 30px;
  }
}
/* SPACING */
.m240-quicklinks,
.m240-top,
.m240-about,
.m240-custom{
  padding:34px 0 8px;
}

.m240-quicklinks-grid,
.m240-proof-grid,
.m240-top-grid{
  display:grid;
  gap:16px;
}

.m240-proof{
  padding: 24px 0 8px;
  margin-top: 18px;
  position: relative;
  z-index: 1;
}

.m240-proof-wrap{
  background:#f3ecff;
  border-radius:22px;
  padding:18px;
  border:1px solid rgba(92,75,138,.14);
  box-shadow:0 18px 40px rgba(15,23,42,.08);
}

.m240-proof-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
}

.m240-proof-top h2,
.m240-section-head h2,
.m240-about-card h2,
.m240-custom-content h2{
  margin:0 0 8px;
  font-size:2rem;
  font-weight:900;
}

.m240-proof-top p,
.m240-section-head p{
  margin:0;
  color:#6b7280;
}

.m240-proof-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}



.m240-proof-label{
  color:#6b7280;
  font-size:13px;
  font-weight:700;
  margin-bottom:8px;
}

.m240-proof-value{
  font-size:28px;
  font-weight:900;
  margin-bottom:8px;
}

.m240-proof-card{
  background:#fff;
  border-radius:18px;
  padding:14px;
  min-width:0;
  overflow:hidden;
}

.m240-proof-sub{
  display:inline-block;
  max-width:100%;
  background:#f3ecff;
  color:#5c4b8a;
  border-radius:999px;
  padding:4px 8px;
  font-size:12px;
  font-weight:800;
  box-sizing:border-box;
}


.m240-home-ugc-cta{
  background: linear-gradient(135deg,var(--m240-orange),var(--m240-orange-dark));
  color:#fff;
  border:none;
  padding:14px 24px;
  font-size:15px;
  font-weight:900;
  box-shadow:0 14px 30px rgba(249,115,22,.28);
  min-width:260px;
}

.m240-home-ugc-cta:hover{
  transform: translateY(-2px);
  box-shadow:0 18px 36px rgba(249,115,22,.34);
}

.m240-home-ugc-cta:focus{
  outline: 3px solid rgba(249,115,22,.18);
  outline-offset: 2px;
}


@media (max-width: 640px){
  .m240-proof-sub{
    white-space:nowrap;
    font-size:11px;
    padding:4px 7px;
  }

  .m240-proof-value{
    font-size:24px;
  }
}

/* QUICKLINKS */
.m240-quicklinks-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
}

.m240-quicklinks-grid a{
  text-decoration:none;
  color:#111827;
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  border-radius:16px;
  padding:14px 12px;
  text-align:center;
  font-weight:800;
  box-shadow:0 8px 22px rgba(15,23,42,.04);
}

/* TOP VENTES */
.m240-top{
  padding:40px 0 10px;
}

.m240-section-head{
  text-align:center;
  margin-bottom:24px;
}

.m240-section-head h2{
  font-size:2.2rem;
  margin:0 0 6px;
  font-weight:900;
  color:#111827;
}

.m240-section-head p{
  margin:0;
  color:#6b7280;
  font-size:15px;
}

.m240-top-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:20px;
}

.m240-product-card{
  background:#fff;
  border-radius:22px;
  box-shadow:0 18px 40px rgba(15,23,42,.08);
  text-decoration:none;
  color:#111827;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  transition:.2s ease;
}

.m240-product-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 48px rgba(15,23,42,.12);
}

.m240-product-img{
  position:relative;
  width:100%;
  aspect-ratio:4 / 5;
  overflow:hidden;
  background:#f3f4f6;
}

.m240-product-img img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.m240-product-card-body{
  padding:14px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.m240-product-card-body h3{
  font-size:15px;
  font-weight:800;
  margin:0 0 8px;
  line-height:1.4;
}

.m240-product-price{
  font-size:14px;
  margin-bottom:14px;
}

.m240-product-price .old{
  text-decoration:line-through;
  color:#9ca3af;
  margin-right:6px;
}

.m240-product-price .new{
  color:#3b185a;
  font-weight:900;
}

.m240-card-btn{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:10px 14px;
  background:#f97316;
  color:#fff;
  font-size:13px;
  font-weight:800;
}

/* ABOUT */
.m240-about-card{
  max-width:860px;
  margin:0 auto;
  background:#fff;
  border-radius:24px;
  padding:34px;
  text-align:center;
  box-shadow:var(--m240-shadow);
}

.m240-about-card img{
  width:136px;
  height:136px;
  border-radius:999px;
  object-fit:cover;
  display:block;
  margin:0 auto 20px;
  border:4px solid #7b61ff;
}

/* CUSTOM */
.m240-custom-card{
  background:#fff7ef;
  border-radius:24px;
  padding:34px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:28px;
  align-items:center;
}

.m240-custom-content ul{
  padding-left:18px;
  margin:0 0 18px;
  color:#374151;
  line-height:1.8;
}

.m240-custom-image{
  width:100%;
  max-width:300px;
  margin:0 auto;
}

.m240-custom-image img{
  width:100%;
  height:auto;
  aspect-ratio:1 / 1;
  object-fit:contain;
  border-radius:20px;
  display:block;
}

@media (max-width: 860px){
  .m240-custom-image{
    max-width:260px;
  }

  .m240-custom-image img{
    width:100%;
    height:auto;
    object-fit:contain;
  }
}

/* FOOTER */
.m240-site-footer{
  background:#111827;
  color:#e5e7eb;
  margin-top:50px;
  padding:46px 0 18px;
}

.m240-footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:28px;
}

.m240-footer-title{
  font-size:16px;
  font-weight:900;
  margin-bottom:14px;
  color:#fff;
}

.m240-site-footer p,
.m240-site-footer li,
.m240-site-footer a{
  color:#d1d5db;
  font-size:14px;
  line-height:1.7;
  text-decoration:none;
}

.m240-site-footer ul{
  list-style:none;
  padding:0;
  margin:0;
}

.m240-footer-bottom{
  margin-top:24px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
}



.m240-home-ugc{
  padding: 42px 0 34px;
  background: linear-gradient(180deg,#ffffff 0%, #f3ecff 100%);
  margin-top: 22px;
}

.m240-home-ugc-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  margin-bottom:18px;
}

.m240-home-ugc-head h2{
  margin:8px 0 8px;
}

.m240-home-ugc-head p{
  margin:0;
  max-width:760px;
  color:#5b5b6e;
  line-height:1.6;
}

.m240-home-ugc-actions{
  display:flex;
  gap:8px;
  flex-shrink:0;
}

.m240-home-ugc-btn{
  width:40px;
  height:40px;
  border:none;
  border-radius:999px;
  background:#fff;
  box-shadow:0 4px 14px rgba(0,0,0,.08);
  cursor:pointer;
  font-size:20px;
}

.m240-home-ugc-track{
  display:flex;
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  scroll-behavior:smooth;
  padding:4px 2px 10px;
}

.m240-home-ugc-track::-webkit-scrollbar{
  height:8px;
}

.m240-home-ugc-track::-webkit-scrollbar-thumb{
  background:rgba(0,0,0,.14);
  border-radius:999px;
}

.m240-home-ugc-card{
  flex:0 0 280px;
  scroll-snap-align:start;
  background:#fff;
  border:1px solid rgba(0,0,0,.07);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
  position:relative;
}

.m240-home-ugc-card img{
  width:100%;
  height:290px;
  object-fit:cover;
  display:block;
  background:#f6f4fb;
}

.m240-home-ugc-body{
  padding:14px 14px 16px;
}

.m240-home-ugc-body h3{
  margin:0 0 8px;
  font-size:15px;
  line-height:1.3;
}

.m240-home-ugc-tag{
  display:inline-block;
  margin-bottom:10px;
  padding:5px 10px;
  border-radius:999px;
  background:#f3ecff;
  color:#2b235a;
  font-size:12px;
  font-weight:700;
}

.m240-home-ugc-body p{
  margin:0;
  font-size:13px;
  line-height:1.55;
  color:#55556a;
}

.m240-home-ugc-body a{
  display:inline-block;
  margin-top:12px;
  font-size:13px;
  font-weight:700;
  color:#2b235a;
  text-decoration:none;
}

.m240-home-ugc-card-hero{
  border:2px solid rgba(92,75,138,.20);
  background:linear-gradient(180deg, rgba(243,236,255,.75) 0%, #fff 52%);
}

.m240-home-ugc-badge{
  position:absolute;
  top:12px;
  left:12px;
  z-index:2;
  background:#5c4b8a;
  color:#fff;
  font-size:11px;
  font-weight:800;
  padding:6px 10px;
  border-radius:999px;
}

.m240-home-ugc-footer{
  text-align:center;
  margin-top: 24px;
  margin-bottom: 10px;
}

@media (max-width: 768px){
  .m240-home-ugc-head{
    flex-direction:column;
    align-items:flex-start;
  }

  .m240-home-ugc-card{
    flex:0 0 82vw;
    max-width:320px;
  }

  .m240-home-ugc-card img{
    height:260px;
  }
}

.m240-social-links{
  margin: 22px 0 0;
  padding: 18px 20px;
  background: #f7f2ff;
  border: 1px solid #e6d9ff;
  border-radius: 16px;
  text-align: center;
}

.m240-social-links-title{
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #2f2447;
  font-weight: 600;
}

.m240-social-links-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.m240-social-links-list a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #ddd3f5;
  color: #2f2447;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.m240-social-links-list a:hover{
  background: #5c4b8a;
  border-color: #5c4b8a;
  color: #ffffff;
}

@media (max-width: 767px){
  .m240-social-links{
    padding: 16px 14px;
  }

  .m240-social-links-title{
    font-size: 14px;
  }

  .m240-social-links-list a{
    font-size: 13px;
    padding: 9px 12px;
  }
}
.m240-social-links-list a i{
  font-size: 16px;
  line-height: 1;
}


.m240-home-ugc{
  padding: 40px 0 20px;
  background: linear-gradient(180deg,#ffffff 0%, #f3ecff 100%);
}

.m240-home-ugc-head h2{
  font-size: 2.2rem;
  font-weight: 900;
}

.m240-home-ugc-track{
  padding-bottom: 16px;
}

.m240-home-ugc-card{
  transform: scale(0.98);
  transition: all 0.25s ease;
}

.m240-home-ugc-card:hover{
  transform: scale(1.02);
  box-shadow: 0 18px 40px rgba(15,23,42,.12);
}






.m240-gift{
  padding: 40px 0 10px;
}

.m240-gift-card{
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:28px;
  align-items:center;
  background:linear-gradient(180deg,#fff 0%, #f3ecff 100%);
  border:1px solid rgba(92,75,138,.14);
  border-radius:24px;
  padding:28px;
  box-shadow:0 18px 40px rgba(15,23,42,.08);
}

.m240-gift-content h2{
  margin:10px 0 14px;
  font-size:clamp(28px,3vw,42px);
  line-height:1.1;
}

.m240-gift-content p{
  margin:0 0 16px;
  font-size:16px;
  line-height:1.7;
  color:#374151;
}

.m240-gift-points{
  margin:0 0 20px;
  padding-left:18px;
  color:#374151;
  line-height:1.8;
}

.m240-gift-visual img{
  width:100%;
  border-radius:20px;
  display:block;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
}

@media (max-width: 860px){
  .m240-gift-card{
    grid-template-columns:1fr;
  }
}























/* RESPONSIVE */
@media (max-width: 1024px){
  .m240-main-nav{
    display:none;
  }

  .m240-quicklinks-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .m240-top-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 960px){
  .m240-top-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 860px){
  .m240-hero-grid,
  .m240-custom-card,
  .m240-footer-grid{
    grid-template-columns:1fr;
  }

  .m240-proof-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .m240-proof-top{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width: 640px){
  .m240-container{
    padding:0 1rem;
  }

  .m240-header-row{
    min-height:70px;
  }

  .m240-header-actions{
    gap:8px;
  }

  .m240-header-link{
    display:none;
  }

  .m240-hero-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .m240-btn{
    width:100%;
    box-sizing:border-box;
  }

  .m240-quicklinks-grid,
  .m240-proof-grid,
  .m240-top-grid{
    grid-template-columns:1fr;
  }

  .m240-about-card,
  .m240-custom-card{
    padding:22px;
  }

  .m240-proof-top h2,
  .m240-section-head h2,
  .m240-about-card h2,
  .m240-custom-content h2{
    font-size:1.6rem;
  }
}