.industries-gateway-hero{padding-top:160px;background:var(--brand-bg)}.industries-gateway-hero h1{font-size:max(2rem, min(4vw, 3.5rem))}.industry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.industry-grid article{position:relative;overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--radius-base);background:var(--brand-bg)}.industry-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.industry-grid h2{padding:22px 22px 8px;font-size:1.15rem}.industry-grid p{padding:0 22px 24px;color:var(--brand-text)}.process-match-band{padding-top:88px;padding-bottom:88px}.process-match-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.process-match-grid article{padding:28px;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-base);background:rgba(255,255,255,.08)}.process-match-grid span{display:block;margin-bottom:14px;color:var(--brand-secondary);font-size:1.4rem;font-weight:700}.industries-cta-band{padding-top:80px;padding-bottom:96px;text-align:center;background:var(--brand-bg-alt)}.industries-cta-band p{max-width:760px;margin:0 auto 28px;color:var(--brand-text)}@media (max-width:991px){.industry-grid,.process-match-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.industry-grid,.process-match-grid{grid-template-columns:1fr}}