.industries-hero{position:relative;min-height:720px;display:flex;align-items:center;overflow:hidden;padding:170px 0 96px;background:var(--brand-primary-dark);color:#fff}.industries-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(29,42,93,.88),rgba(29,42,93,.48));z-index:1}.industries-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.industries-hero .container{position:relative;z-index:2}.industries-hero h1{max-width:760px;margin:0 0 18px;color:#fff;font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1}.industries-hero p{max-width:850px;color:#fff;line-height:1.75}.industry-image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.industry-image-grid article{overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff}.industry-image-grid img{width:100%;aspect-ratio:13/9;-o-object-fit:cover;object-fit:cover}.industry-image-grid h3,.industry-image-grid p{padding-left:20px;padding-right:20px}.industry-image-grid h3{margin:20px 0 8px;color:var(--brand-text)}.industry-image-grid p,.industry-notes p{color:var(--brand-text);line-height:1.7}.industry-image-grid p{padding-bottom:22px}@media (max-width:991px){.industry-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.industry-image-grid{grid-template-columns:1fr}}