.spc-grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.spc-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-sizing:border-box;padding:24px}.spc-icon{align-items:center;background:#eaf3fb;border:1px solid rgba(43,124,188,.25);border-radius:50%;display:inline-flex;height:48px;justify-content:center;margin-bottom:14px;width:48px}.spc-heading{color:#2a3d60;font-size:14px;font-weight:700;margin:0 0 8px}.spc-desc{color:#4a5568;font-size:12.5px;line-height:1.6;margin:0}@media (max-width:767px){.spc-grid{grid-template-columns:1fr}}