.custom-card-wrapper{display:flex;flex-wrap:wrap;gap:40px}.custom-card{background:#fff;border-radius:8px;box-shadow:0 0 28px 0 rgba(0,51,161,.1);box-sizing:border-box;flex:1 1 calc(50% - 20px);max-width:calc(50% - 20px);padding:32px;transition:box-shadow .3s ease}.card-title{color:#0033a1;font-size:20px;font-style:normal;font-weight:700;line-height:28px;margin-bottom:30px}.card-list{margin-bottom:30px;padding-left:0}.card-list ul{padding-left:20px}.card-list li{color:#202123;font-size:16px;font-weight:400;line-height:22px;margin-bottom:10px}.card-list li:last-child{margin-bottom:0}.card-cta{align-items:center;color:#ce0f2d;display:inline-flex;gap:6px;text-decoration:none}.card-cta,.card-cta:hover{font-size:16px;font-weight:700;line-height:22px;text-align:center}.card-cta:hover{color:#ce0f2d!important;text-decoration:none!important}.card-cta:hover:after{transform:translateX(4px)}.card-cta:after{background:url(https://144348572.fs1.hubspotusercontent-eu1.net/hubfs/144348572/Arrow%20rigth-3.svg);background-repeat:no-repeat;background-size:contain;content:"";height:10.298px;width:10.5px}@media (max-width:768px){.custom-card{flex:1 1 100%;max-width:100%}}