.industries-hero{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(320px,0.7fr);grid-gap:48px;gap:48px;align-items:center;padding:150px max(24px,(100vw - 1180px) / 2) 76px;background:var(--brand-bg-alt)}.industries-hero-copy p{color:var(--brand-text)}.industries-hero img{width:100%;aspect-ratio:4/5;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-brand)}.usecase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.usecase-grid article{display:grid;grid-template-rows:auto 1fr;overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--radius-brand);background:#fff}.usecase-grid img{width:100%;aspect-ratio:5/4;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.usecase-grid div{padding:24px}.usecase-grid p{color:var(--brand-text)}.segment-quotes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;background:var(--brand-bg-alt)}.quote-card{padding:28px;border-radius:var(--radius-brand);background:#fff;border:1px solid var(--brand-border)}.quote-card p{color:var(--brand-text);font-family:var(--font-display);font-size:1.22rem}.quote-card span{color:var(--brand-primary-dark);font-weight:850}@media (max-width:991px){.industries-hero,.segment-quotes,.usecase-grid{grid-template-columns:1fr}.industries-hero{padding:132px 20px 64px}}