.industry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:20px;gap:20px}.industry-grid article{border:1px solid var(--brand-border);padding:26px;background:#fff}.industry-grid span{width:54px;height:54px;display:grid;align-items:center;justify-items:center;place-items:center;background:var(--brand-primary);color:#fff;font-weight:800;margin-bottom:18px}.industry-grid h2{font-size:1.2rem;line-height:1.3}.requirements-table .table-responsive{border:1px solid var(--brand-border);background:#fff}.table-note{margin-top:20px;max-width:900px}@media (max-width:991px){.industry-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.industry-grid{grid-template-columns:1fr}}