.industries-hero{position:relative;display:grid;align-items:center;min-height:520px;overflow:hidden;background:var(--brand-primary-dark)}.industries-hero img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.industries-hero::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:"";background:linear-gradient(90deg,rgba(30,56,77,.86),rgba(30,56,77,.52))}.industries-hero .container{position:relative;z-index:2}.industries-hero h1{max-width:780px;margin:12px 0 16px;color:var(--brand-text-inverse);font-size:max(2rem, min(4vw, 3.5rem))}.industries-hero p{max-width:700px;color:var(--brand-text-inverse)}.industry-card-showcase{padding:80px 0}.industry-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.industry-card{position:relative;overflow:hidden;border:1px solid var(--brand-border);background:var(--brand-bg)}.industry-card img{width:100%;height:230px;-o-object-fit:cover;object-fit:cover}.industry-card h2{margin:22px 22px 10px;font-size:1.25rem}.industry-card p{margin:0 22px 24px}.project-stats{padding:54px 0;background:var(--brand-bg-alt)}@media (max-width:991px){.industry-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.industry-card-grid{grid-template-columns:1fr}}