.industry-icon-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.industry-icon-grid article{border:1px solid var(--brand-border);padding:28px 22px;background:#fff;min-height:260px}.industry-icon-grid span{display:inline-flex;width:56px;height:56px;align-items:center;justify-content:center;background:var(--brand-bg-alt);color:var(--brand-secondary);font-weight:900;margin-bottom:22px}.industry-icon-grid h2{font-size:1.12rem;font-weight:900}.industry-icon-grid p{color:var(--brand-text-muted);margin:0}.technical-table-section{background:var(--brand-bg-alt)}.requirement-table{background:#fff;border:1px solid var(--brand-border)}.requirement-table th{background:var(--brand-primary);color:#fff;border-color:rgba(255,255,255,.15)}.requirement-table td{color:var(--brand-text);border-color:var(--brand-border)}@media (max-width:991.98px){.industry-icon-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575.98px){.industry-icon-grid{grid-template-columns:1fr}}