.split-feature-header{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:var(--sfh-margin-bottom-mobile,40px);grid-template-columns:1fr;display:grid}.split-feature-header__media{min-height:var(--sfh-media-min-height-mobile,300px);background:#d9d8d5;overflow:hidden}.split-feature-header__image,.split-feature-header__image-fallback{width:100%;height:100%;display:block}.split-feature-header__image{-o-object-fit:cover;object-fit:cover}.split-feature-header__image-fallback{background:linear-gradient(130deg,#efefed 0%,#d9d8d5 100%)}.split-feature-header__content{background:var(--split-feature-header-bg);color:var(--split-feature-header-fg);justify-content:var(--sfh-content-justify-mobile,flex-start);gap:var(--sfh-content-gap-mobile,14px);padding:var(--sfh-content-padding-mobile,30px);flex-direction:column;padding-bottom:50px;display:flex}@media (min-width:960px){.split-feature-header{min-height:var(--sfh-min-height-desktop,640px);margin-bottom:var(--sfh-margin-bottom-desktop,54px);grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.split-feature-header__media{min-height:var(--sfh-media-min-height-desktop,var(--sfh-min-height-desktop,640px))}.split-feature-header__content{justify-content:var(--sfh-content-justify-desktop,flex-end);gap:var(--sfh-content-gap-desktop,20px);padding:var(--sfh-content-padding-desktop,72px)}}
