.industries-hero-icon-grid::after{background:linear-gradient(90deg,rgba(12,34,51,.9),rgba(0,174,239,.28),rgba(12,34,51,.62))}.industry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.industry-grid article{border:1px solid var(--brand-border);background:var(--brand-bg);padding:24px;min-height:250px}.icon-dot{width:42px;height:42px;display:grid;align-items:center;justify-items:center;place-items:center;margin-bottom:16px;background:var(--brand-secondary);color:var(--brand-text-inverse);font-weight:800}.requirements-table-wrap{overflow-x:auto;border:1px solid var(--brand-border)}.requirements-table{width:100%;min-width:840px;border-collapse:collapse;background:var(--brand-bg)}.requirements-table td,.requirements-table th{padding:16px 18px;border-bottom:1px solid var(--brand-border);vertical-align:top}.requirements-table thead th{background:var(--brand-secondary);color:var(--brand-text-inverse)}.requirements-table tbody td:first-child{font-weight:800}@media (max-width:991px){.industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.industry-grid{grid-template-columns:1fr}}