.med-icon-grid-four{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.med-icon-grid-four article{min-height:190px;padding:24px;border:1px solid var(--brand-border);background:#fff}.med-icon-grid-four span{display:inline-flex;width:52px;height:52px;align-items:center;justify-content:center;margin-bottom:16px;color:var(--text-on-dark);background:var(--brand-primary);font-weight:700}.med-icon-grid-four p{color:var(--brand-text-muted)}.technical-requirements{background:var(--brand-bg-alt)}@media (max-width:991px){.med-icon-grid-four{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.med-icon-grid-four{grid-template-columns:1fr}}