.med-icon-grid-four{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.med-icon-grid-four article{border:1px solid var(--brand-border);background:var(--brand-bg);padding:22px;min-height:180px}.med-icon-grid-four span{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;background:var(--brand-primary);color:var(--brand-text-inverse);font-size:.82rem;font-weight:800;margin-bottom:16px}@media (max-width:991px){.med-icon-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.med-icon-grid-four{grid-template-columns:1fr}}