.industries-hero{min-height:580px;display:grid;align-items:end;padding-top:160px}.industries-hero>img{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::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,rgba(42,39,36,.2),rgba(42,39,36,.76))}.industries-hero .container{position:relative;z-index:2;max-width:860px;margin-bottom:50px}.industry-image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.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:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.industry-image-grid div{padding:24px}.industry-image-grid p{color:var(--brand-text)}.project-stats{background:var(--brand-secondary);color:#fff}.project-stats .stat-item{border-right:1px solid rgba(255,255,255,.22)}.project-stats .stat-item:last-child{border-right:0}@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}}