.industries-hero{position:relative;min-height:620px;display:flex;align-items:center;color:#fff;background:#111;overflow:hidden}.industries-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.industries-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,58,110,.82),rgba(0,0,0,.28))}.industries-hero .container{position:relative;z-index:2;max-width:860px}.industries-hero h1,.industries-hero p{color:#fff}.industry-grid-three{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px}.industry-grid-three article{border:1px solid var(--brand-border);background:#fff;border-radius:var(--radius);overflow:hidden}.industry-grid-three img{aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.industry-grid-three h3,.industry-grid-three p{padding:0 22px}.industry-grid-three h3{padding-top:18px}.industry-grid-three p{padding-bottom:22px}.stats-light{background:var(--brand-bg-alt);padding:42px 0}.stats-light strong{color:var(--brand-primary-dark)}