.card-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.card-grid.grid-columns-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.card-grid.grid-columns-3{grid-template-columns:repeat(3,1fr)}.card-grid.grid-columns-4{grid-template-columns:repeat(4,1fr)}.card-grid.grid-columns-5{grid-template-columns:repeat(5,1fr)}}.card-grid .card{border-radius:12px;display:flex;flex-direction:column;overflow:visible;padding:2rem 1.5rem}.card-grid .card.bg-grey{background:#f9f9f9}.card-grid .card .card-header{margin-bottom:1rem}.card-grid .card .card-body{flex-grow:1}.card-grid .card .card-body .preheader{display:block;font-family:Hind,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-transform:none}.card-grid .card .card-body h3{background:linear-gradient(90deg,#ca2944,#770b1d);background-clip:text;-webkit-background-clip:text;font-size:4.375rem;-webkit-text-fill-color:transparent;margin-bottom:10px}.card-grid .card .card-body h4{font-size:1.25rem;font-weight:700;line-height:1.25;margin-bottom:.5rem}.card-grid .card .card-body p:last-of-type{margin-bottom:0}.card-grid .card .card-footer{margin-top:auto}.card-grid .card .card-footer .btn-card{align-items:center;display:flex;font-size:.875rem;font-weight:700;gap:.5rem;margin-top:1.25rem;text-transform:uppercase}.card-grid .card .card-footer .btn-card svg{height:20px}.card-grid .card .card-footer .btn-card svg path{stroke:#0569b3}.card-grid .card .card-footer .btn-card:hover svg path{stroke:#00418b}.card-grid .card.card-border-shadow{box-shadow:0 0 28px 0 rgba(32,97,173,.15)}.card-grid .card.link-card:hover{background:var(--blue-light)!important}.card-grid .card.link-card:hover .btn-card{color:var(--orange)}.card-grid .card.link-card:hover .btn-card svg path{fill:var(--orange)}.card-grid.testimonials .card .card-header svg{height:30px;min-height:30px;min-width:auto;width:auto;fill:var(--primary)}.card-grid .card.black-with-red-border{background:#08101f;border:3px solid var(--secondary)}.card-grid .card.black-with-red-border .card-body,.card-grid .card.black-with-red-border .card-body h3{color:var(--white)}