.key-feature-cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;padding:20px}.key-feature-card{align-items:center;background-color:#f0eff6;border-radius:15px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;max-width:calc(33.333% - 20px);padding:60px 30px;text-align:center}.key-feature-icon{display:flex;justify-content:center;margin-bottom:15px;max-width:33%}.key-feature-title{color:#100e47;font-weight:700;margin-bottom:10px}.key-feature-content{color:#100e47;font-weight:400}@media (max-width:768px){.key-feature-card{max-width:100%;padding:40px 20px}.key-feature-icon{max-width:50%}}