.hs-feature-cards{padding:30px 0;width:100%}.hs-feature-cards h3.hs-title{font-size:30px;padding:30px;text-align:center}.hs-feature-cards .hs-feature-cards-grid{display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1500px!important}.hs-feature-cards .hs-feature-card{align-items:center;background-color:#fff;border:1.5px solid #b0c4de;border-radius:16px;box-sizing:border-box;display:flex;gap:16px;padding:20px;text-decoration:none;transition:all .25s ease-in-out}.hs-feature-cards .hs-feature-card:hover{border-color:#2e5280;box-shadow:0 6px 20px rgba(46,82,128,.12);transform:translateY(-2px)}.hs-feature-cards .hs-feature-card-icon{align-items:center;display:flex;flex-shrink:0;height:46px;justify-content:center;width:46px}.hs-feature-cards .hs-feature-card-icon img{max-height:100%;max-width:100%;object-fit:contain}.hs-feature-cards .hs-feature-card-text{color:#3b5a78;font-size:16px;font-weight:700;line-height:1.35}@media (max-width:1024px){.hs-feature-cards .hs-feature-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.hs-feature-cards .hs-feature-cards-grid{grid-template-columns:1fr}}