.industry-grid{grid-template-columns:repeat(3,1fr);margin-top:32px}.industry-grid article{position:relative;border:1px solid var(--brand-border);padding:24px;background:#fff;min-height:260px}.industry-grid span{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;background:var(--brand-primary);color:#fff;margin-bottom:18px}.requirements{background:var(--brand-bg-alt)}.requirements table{width:100%;border-collapse:collapse;background:#fff;margin-top:24px}.requirements td,.requirements th{border:1px solid var(--brand-border);padding:16px;vertical-align:top}.requirements th{background:var(--brand-primary-dark);color:#fff}.requirements-note{margin-top:24px;max-width:980px}@media (max-width:991px){.industry-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.industry-grid{grid-template-columns:1fr}}