.industries-hero{position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden}.industries-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.industries-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(21,29,43,.82),rgba(21,29,43,.36))}.industries-hero .container{position:relative;z-index:1;max-width:840px}.industries-hero h1,.industries-hero p{color:#fff}.industry-cards{background:var(--brand-bg-alt)}.industry-card-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.industry-card-grid article{background:#fff;border:1px solid var(--brand-border)}.industry-card-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:#e8eef3}.industry-card-grid h3,.industry-card-grid p{padding-left:24px;padding-right:24px}.industry-card-grid h3{padding-top:24px}.industry-card-grid p{padding-bottom:24px}.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--brand-border)}.stats-bar div{padding:28px;border-right:1px solid var(--brand-border)}.stats-bar div:last-child{border-right:0}.stats-bar strong{display:block;color:var(--brand-primary);font-size:28px}@media (max-width:991px){.industry-card-grid,.stats-bar{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.industry-card-grid,.stats-bar{grid-template-columns:1fr}.stats-bar div{border-right:0;border-bottom:1px solid var(--brand-border)}}