.industries-hero{text-align:left}.industry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}@media (max-width:991px){.industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.industry-grid{grid-template-columns:1fr}}.industry-grid article{transition:transform .2s,box-shadow .2s}.industry-grid article:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.industry-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.industry-grid h3,.industry-grid p{margin-left:22px;margin-right:22px}.industry-grid h3{margin-top:20px;font-weight:800;font-size:1.14rem}.industry-grid p{margin-bottom:22px;color:var(--brand-text-secondary)}.industry-note{max-width:920px;margin:30px auto 0;color:var(--brand-text-secondary);text-align:center}.industry-stats{padding-top:48px;padding-bottom:48px}.industries-cta{text-align:center;background:#fff}