.card-grid-container{align-items:stretch;display:flex;flex-wrap:wrap;gap:20px;width:100%}.styled-card{background-color:#fff;border:1px solid #e1e1e1;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;min-height:0;min-width:250px;padding:30px}.card-icon svg{display:block;height:30px;margin-bottom:10px;width:30px}.card-header h3{font-size:1.3rem;font-weight:700;line-height:1.2;margin:0 0 15px}.card-body{color:#333;font-size:1rem;line-height:1.5}@media (max-width:767px){.card-grid-container .styled-card{flex:1 1 100%!important}}