.industries-hero{background:var(--brand-primary-dark);text-align:center}.industries-hero .hg-eyebrow,.industries-hero h1,.industries-hero p{color:var(--brand-text-inverse)}.industries-hero .container{max-width:860px}.industry-grid__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.industry-grid__cards article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:24px;background:var(--brand-bg)}.industry-icon{display:inline-block;width:40px;height:40px;border:2px solid var(--brand-primary);background:var(--brand-primary-light);border-radius:var(--brand-radius);margin-bottom:18px}.requirements-table{width:100%;border-collapse:collapse;background:var(--brand-bg);border:1px solid var(--brand-border)}.requirements-table td,.requirements-table th{border:1px solid var(--brand-border);padding:16px;color:var(--brand-text);vertical-align:top}.requirements-table thead th{background:var(--brand-primary-dark);color:var(--brand-text-inverse)}.requirements-note{margin-top:22px;max-width:860px}@media (max-width:991px){.industry-grid__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.industry-grid__cards{grid-template-columns:1fr}}