.industries-hero{background:linear-gradient(135deg,var(--brand-neutral-dark),var(--brand-primary-dark));padding-bottom:80px}.industries-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,0.86fr);grid-gap:44px;gap:44px;align-items:center}.industries-hero img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border:1px solid rgba(255,255,255,.24)}.industry-icon-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.industry-icon-grid article{padding:22px;border:1px solid var(--brand-border);background:var(--brand-bg)}.industry-icon-grid span{display:grid;align-items:center;justify-items:center;place-items:center;width:54px;height:54px;margin-bottom:18px;background:var(--brand-bg-alt);color:var(--brand-primary-dark);border:1px solid var(--brand-border);font-weight:900}.industry-icon-grid h3{margin:0 0 8px;color:var(--brand-text);font-size:1.03rem;font-weight:900}.industry-icon-grid p{margin:0;color:var(--brand-text)}@media (max-width:991px){.industries-hero-grid{grid-template-columns:1fr}.industry-icon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.industry-icon-grid{grid-template-columns:1fr}}