.cards-with-icons{display:flex;justify-content:center;padding:2rem 1rem;width:100%}.cards-grid{align-items:stretch;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);justify-items:center;max-width:1200px;width:100%}.card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.05);display:flex;flex-direction:column;justify-content:flex-start;padding:1.5rem 1rem;text-align:center;transition:box-shadow .3s ease,transform .3s ease;width:100%}.card:hover{box-shadow:0 6px 16px rgba(0,0,0,.08);transform:translateY(-4px)}.card-icon{margin-bottom:.5rem;margin-top:.25rem}.card-icon img{height:90px;width:90px}.card-title{color:#0b2239;font-weight:600;margin-bottom:.6rem}.card-text{color:#4b5563;font-size:.95rem;line-height:1.4}@media (max-width:1024px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.cards-grid{grid-template-columns:1fr}}