.safety-section{background-color:#fff;width:100%;overflow:hidden}.safety-container{flex-direction:row;width:100%;min-height:80vh;display:flex}.safety-image-col{flex:0 0 40%;display:block;position:relative;overflow:hidden}.safety-bg-image{object-fit:cover;width:100%;height:100%;display:block}.safety-content-col{background-color:#fff;flex-direction:column;flex:1;justify-content:center;padding:4rem 5%;display:flex}.safety-header{text-align:center;margin-bottom:3rem}.safety-title{color:var(--at-color-blue);margin-bottom:.5rem;font-weight:800}.safety-subtitle{color:var(--at-color-text);max-width:600px;margin:0 auto}.safety-grid{grid-template-columns:repeat(4,1fr);gap:2.5rem 1.5rem;margin-bottom:4rem;display:grid}.safety-item{text-align:center;flex-direction:column;align-items:center;display:flex}.safety-icon-wrapper{border:4px solid var(--at-color-navy);width:100px;height:100px;color:var(--at-color-navy);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.safety-icon-wrapper svg{width:70%;height:70%}.safety-item-text{color:var(--at-color-text);margin:0;line-height:1.6}.safety-banner-wrapper{justify-content:center;width:100%;display:flex}.safety-banner{background:#009bfb;border-radius:50px;padding:1rem 4rem;display:inline-block;box-shadow:0 8px 20px #009bfb26}.safety-banner-text{color:#fff;font-size:1.1rem;font-weight:700}@media (max-width:1200px){.safety-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.safety-container{flex-direction:column}}@media (max-width:576px){.safety-grid{grid-template-columns:1fr}}
