.safety-feature{display:grid;grid-template-columns:1fr 1fr;min-height:500px;background:rgb(25,34,61);color:#fff}
.safety-image{overflow:hidden}
.safety-image img{display:block;width:100%;height:100%;min-height:500px;object-fit:cover}
.safety-copy{display:flex;flex-direction:column;justify-content:center;padding:80px 12%}
.safety-copy .eyebrow{color:#a9c8dd}
.safety-copy h2{font-size:clamp(40px,4.2vw,61px)}
.safety-copy>p:not(.eyebrow){max-width:440px;margin:29px 0 0;color:#d0dfea;font-size:13px;font-weight:500;line-height:1.9}
.safety-copy strong{color:#fff;font-weight:800}
@media(max-width:760px){.safety-feature{grid-template-columns:1fr}.safety-image img{min-height:300px}.safety-copy{padding:65px 7vw}.safety-copy h2{font-size:42px}}
