.industries-hero{position:relative;min-height:520px;display:flex;align-items:end;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;background:#102418}.industries-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.72))}.industries-hero .container{position:relative;z-index:1;padding-bottom:72px}.industries-hero h1,.industries-hero p{color:var(--brand-text-inverse);max-width:820px}.industry-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.industry-card-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg)}.industry-card-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:#ddeee3}.industry-card-grid h2,.industry-card-grid p{padding-left:22px;padding-right:22px}.industry-card-grid h2{padding-top:22px;font-size:1.35rem}.industry-card-grid p{padding-bottom:24px}.project-stats{background:var(--brand-primary-dark);padding:1px 0}@media (max-width:991px){.industry-card-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.industry-card-grid{grid-template-columns:1fr}}