.card-grid{display:grid!important;grid-template-columns:repeat(1,1fr);grid-gap:0;background:#fff;box-shadow:2.1px 2.1px 42px hsla(180,1%,68%,.16);padding:3.5rem}.card-grid .card{padding:2.5rem;text-align:center}.card-grid .card:not(:last-of-type){border-bottom:1px solid var(--light-gray)}@media (min-width:768px){.card-grid .card:nth-child(odd){border-right:1px solid var(--light-gray)}.card-grid .card:nth-last-child(-n+2){border-bottom:0}}.card-grid .card .card-body{margin-top:1rem}.card-grid .card .card-body h3{font-size:20px;margin-bottom:.5rem}@media (min-width:768px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.card-grid.card-grid-3{grid-template-columns:repeat(3,1fr)}.card-grid.card-grid-3 .card{border-right:1px solid var(--light-gray)}.card-grid.card-grid-3 .card:nth-child(3n){border-right:0}.card-grid.card-grid-3 .card:nth-child(n+4){border-bottom:0}.card-grid.card-grid-4{grid-template-columns:repeat(4,1fr)}.card-grid.card-grid-5{grid-template-columns:repeat(5,1fr)}}