.card .image-wrapper{border-radius:13px;display:flex;height:auto;justify-content:flex-end;overflow:hidden;width:100%}.card .image-wrapper img{display:block;height:auto;max-width:460px;object-fit:cover;width:100%}.card{align-items:center;display:grid;gap:60px;grid-template-columns:13fr 11fr}.card .content-wrapper ul{list-style:none;padding-left:0}.card .content-wrapper ul li:before{background:#f98c69;border-radius:50%;content:"";height:13px;margin-right:11px;width:13px}.card .content-wrapper ul li{align-items:center;display:flex;font-size:16px;line-height:22.5px;margin-bottom:12px}.card .content-wrapper ul li *{margin-bottom:0}.card .content-wrapper .hs-button{margin-top:16px}@media screen and (max-width:1024px){.card{gap:30px;grid-template-columns:1fr}}