.hs-card-grid{box-sizing:border-box;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin:0 auto;max-width:1200px;padding:20px 0;width:100%}@media (min-width:1200px){.hs-card-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.hs-custom-card{background:#fff;border:1px solid #f2f4f7;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.02);box-sizing:border-box;display:flex;flex-direction:column;font-family:Arial,sans-serif;gap:16px;padding:24px 24px 28px;transition:transform .3s ease,box-shadow .3s ease}.hs-custom-card:hover{box-shadow:0 14px 30px rgba(0,0,0,.04);transform:translateY(-3px)}.hs-card-header{align-items:center;display:flex;justify-content:space-between}.hs-card-icon-wrapper{align-items:center;background-color:transparent;display:flex;justify-content:center}.hs-card-icon-wrapper .left-icon-img{height:auto;max-height:44px;max-width:44px;object-fit:contain}.hs-card-step-wrapper{align-items:center;display:flex;justify-content:center}.hs-card-step-wrapper .right-step-img{height:auto;max-height:32px;max-width:48px;object-fit:contain}.hs-card-body{display:flex;flex-direction:column;gap:8px}.hs-card-title,.hs-card-title *{color:#4b5565;font-size:18px;font-weight:700;letter-spacing:-.01em;line-height:1.3;margin:0}.hs-card-description,.hs-card-description *{color:#4b5565;font-size:13.5px;line-height:1.5}.hs-card-description p{margin:0 0 6px}.hs-card-description p:last-child{margin:0}