.industries-hero{position:relative;min-height:620px;display:flex;align-items:center}.hero-media,.hero-media:after{position:absolute;top:0;right:0;bottom:0;left:0}.hero-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-media:after{content:"";background:rgba(23,36,45,.7)}.industries-hero .container{position:relative;z-index:1}.industries-hero h1,.industries-hero p{max-width:760px;color:var(--brand-text-inverse)}.industry-image-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.industry-image-grid article{border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg-alt)}.industry-image-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.industry-image-grid article div{padding:22px}.project-stats{padding:64px 0;background:var(--brand-primary-light)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.stats-grid div{text-align:center}.stats-grid span,.stats-grid strong{display:block;color:var(--brand-text)}.stats-grid strong{font-size:1.8rem}.stat-note{text-align:center;margin-top:24px}@media (max-width:900px){.industry-image-grid,.stats-grid{grid-template-columns:1fr 1fr}}