.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{display:flex;flex-direction:column;overflow:visible;padding:1.75rem 2.5rem}.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-size:.875rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase}.card-grid .card .card-body h4{font-size:1.25rem;font-weight:500;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;color:var(--primary);display:flex;font-size:1.125rem;font-weight:500;gap:.75rem;margin-top:1.25rem}.card-grid .card .card-footer .btn-card svg{height:16px}.card-grid .card .card-footer .btn-card svg path{fill:var(--primary)}.card-grid .card .card-footer .btn-card svg:hover path{fill:var(--blue)}.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)}