:root { --bg: #fff3f8;--bg-card: #ffffff;--bg-rose: #f8e7ef;--bg-mint: #d6ecdd;--c-primary: #287868;--c-dark: #287868;--c-muted: #6d7a6f;--c-button: #6d2f5a;--c-btn-text: #fff3f8;--c-btn-hover: #81caac;--c-accent: #81caac;--c-forest: #154439;--c-rule: #d8c2cf;--f-head: "kumlien", "Cormorant Garamond", Georgia, serif;--f-italic: "kumlien-pro", "Cormorant Garamond", Georgia, serif;--f-body: "Montserrat", "Helvetica Neue", Arial, sans-serif;--max: 1240px;--max-narrow: 980px; }

.reason_section { background: var(--bg-card); }
.image-text--wrapper.reason_section .image-text--text .title{font-family:var(--f-head);font-size:clamp(80px,7vw,110px);line-height:.85;color:var(--c-primary) !important;opacity:.85;font-weight:700;letter-spacing:-.04em;margin-bottom:16px;white-space:nowrap;}
.image-text--wrapper.reason_section .image-text--text .subtitle{font-family:var(--f-head) !important;font-size:clamp(22px,2.1vw,28px);line-height:1.18;margin-bottom:16px;color:var(--c-primary) !important;font-weight:700;}
.image-text--wrapper.reason_section .image-text--text .hero_banner_content p{font-size:15px;line-height:1.65;color:var(--c-dark) !important;font-family:var(--f-body);}
.image-text--wrapper.reason_section .image-text__content-container{ max-width:480px;}
.image-text--wrapper.reason_section .image-text--text{margin:auto 0;padding:44px 48px;}
@media (max-width: 900px) {
.image-text--wrapper.reason_section .image-text--text .text_content {max-width:none;}
.reason_section.grid{ grid-template-columns: 1fr !important;}
.image-text--wrapper.reason_section{margin:0px 20px;}
}
@media(min-width:1025px){
     .image-text--wrapper.reason_section{margin:0 30px;}
}
@media(min-width:1327px){
     .image-text--wrapper.reason_section{margin:0 60px;}
}