.industries-hero{padding-bottom:80px;background:#1f4a5c;color:#fff}.market-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.feature-row-grid article,.market-grid article{border:1px solid var(--brand-border);background:#fff;border-radius:var(--brand-radius);padding:24px}.feature-row-grid h3,.feature-row-grid p,.market-grid h3,.market-grid p{color:var(--brand-text)}.feature-row-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}@media (max-width:991px){.feature-row-grid,.market-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.feature-row-grid,.market-grid{grid-template-columns:1fr}}