section.simple-hero{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;margin-bottom:2.5rem;min-height:31.625rem;box-sizing:border-box}section.simple-hero .spacer{padding:2rem 0;height:100%;box-sizing:border-box;display:flex;flex-direction:column}section.simple-hero div.hero-content{background-color:var(--color-off-white);padding:2rem 2rem 3rem;border-radius:0 0.25rem 0.25rem 0;display:flex;flex-direction:column;justify-content:center;flex:1;min-height:0;margin:2rem 0}section.simple-hero img{border-radius:0.25rem;width:100%;height:100%;object-fit:cover}section.simple-hero h1{margin-bottom:0.5rem;font-size:min(3rem,42px);line-height:3.375rem;font-style:normal;font-weight:300}section.simple-hero .tagline{margin-bottom:1rem;text-align:left;font-size:1.5rem;line-height:2rem;font-weight:600;color:var(--color-black)}section.simple-hero h3,section.simple-hero h4{margin-bottom:1rem}section.simple-hero a.btn{margin-bottom:3.125rem;max-width:fit-content}section.simple-hero .hero-content>*:last-child{margin-bottom:0}section.simple-hero ul.check-list li:before{filter:brightness(105%)}@media (max-width:900px){section.simple-hero{grid-template-columns:1fr;min-height:unset;margin-bottom:unset}section.simple-hero h1{font-size:2.375rem;line-height:2.75rem}}