.para-industries-hero{position:relative;min-height:640px;display:grid;align-items:end;padding:170px 0 82px;overflow:hidden;background:var(--brand-primary-dark)}.para-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}.para-industries-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,rgba(42,39,36,.78),rgba(42,39,36,.35))}.para-industries-hero .container{position:relative;z-index:2;max-width:820px}.para-industries-hero .para-eyebrow,.para-industries-hero h1,.para-industries-hero p{color:var(--brand-text-inverse)}.para-industries-hero h1{font-size:max(2rem, min(4vw, 3.5rem));line-height:1.08}.para-industry-cards-section{padding:86px 0;background:var(--brand-bg)}.para-industry-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.para-industry-card{position:relative;display:grid;overflow:hidden;min-height:460px;border-radius:var(--brand-radius);border:1px solid var(--brand-border);background:var(--brand-primary-dark)}.para-industry-card 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;transition:transform .25s}.para-industry-card::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,rgba(42,39,36,.1),rgba(42,39,36,.78))}.para-industry-card:hover img{transform:scale(1.04)}.para-industry-card div{position:relative;z-index:2;align-self:end;padding:24px}.para-industry-card h2,.para-industry-card p{color:var(--brand-text-inverse)}.para-industry-card h2{font-size:1.35rem}.para-industry-stats{padding:54px 0;background:var(--brand-primary-dark)}.para-industries-cta{text-align:center;background:var(--brand-bg-alt)}.para-industries-cta h2,.para-industries-cta p{color:var(--brand-text);max-width:760px;margin-left:auto;margin-right:auto}@media (max-width:991px){.para-industry-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.para-industry-card-grid{grid-template-columns:1fr}}