.industries-image-hero{position:relative;min-height:620px;padding:180px 24px 110px;display:grid;align-items:center;justify-items:center;place-items:center;overflow:hidden;background:var(--brand-primary-dark)}.industries-image-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.industries-image-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(42,39,36,.42),rgba(42,39,36,.76))}.industries-image-hero__copy{position:relative;z-index:1;max-width:900px;text-align:center}.industries-image-hero .section-kicker,.industries-image-hero h1,.industries-image-hero p{color:#fff}.industry-showcase{padding:84px 0}.industry-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;margin:30px 0 26px}.industry-card{position:relative;min-height:340px;overflow:hidden;border-radius:var(--brand-radius);background:var(--brand-neutral-dark)}.industry-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.industry-card::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(42,39,36,.18),rgba(42,39,36,.78))}.industry-card div{position:absolute;z-index:1;top:auto;right:0;bottom:0;left:0;padding:24px}.industry-card h3,.industry-card p{color:#fff}.industry-card:hover img{transform:scale(1.05)}.industry-showcase__note{max-width:940px}.industry-counter{padding:54px 0;background:var(--brand-bg-alt)}.industries-cta{text-align:center}.industries-cta .container{max-width:760px}@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}}