.will-industries-hero{position:relative;min-height:520px;display:grid;align-items:center;justify-items:center;place-items:center;overflow:hidden;background:var(--brand-primary-dark)}.will-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}.will-industries-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(42,38,34,.54),rgba(42,38,34,.78));z-index:1}.will-industries-hero .container{position:relative;z-index:2;text-align:center}.will-industries-hero h1{font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1;color:var(--brand-text-inverse)}.will-industries-hero .eyebrow,.will-industries-hero p{color:var(--brand-text-inverse)}.will-industry-cards-section{padding:80px 0}.will-industry-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.will-industry-card-grid article{position:relative;overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg)}.will-industry-card-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.will-industry-card-grid div{padding:22px}.will-project-stats{padding:34px 0;background:var(--brand-primary-dark);color:var(--brand-text-inverse)}.will-project-stats span,.will-project-stats strong{color:var(--brand-text-inverse)}@media (max-width:991px){.will-industry-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.will-industry-card-grid{grid-template-columns:1fr}}