.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:1.25rem;display:flex;flex-direction:column;gap:1rem;overflow:visible;padding:2rem 1.5rem}.card-grid .card.padding-0{padding:0}.card-grid .card .card-body{flex-grow:1}.card-grid .card .card-body .preheader{display:block;font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.card-grid .card .card-body h3{font-size:1.75rem;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-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)}