.full-width{width:100%;margin:0 auto;max-width:1200px}.card-text{text-align:center;margin-top:2rem}.grid{display:grid;gap:3rem}.card,.grid{justify-content:center;width:100%;margin:0 auto}.card{flex-direction:column;display:flex;align-items:center;height:100%;max-width:315px;padding:1rem;background-color:#fff;filter:drop-shadow(0 10px 8px rgb(0 0 0/.04)) drop-shadow(0 4px 3px rgb(0 0 0/.1))}.card-img{display:inline-block;object-fit:contain;object-position:center;max-width:100%;max-height:10rem}.mt{margin-top:4rem}@media only screen and (min-width:1100px){.card{padding:1.5rem}.grid-2-cols{grid-template-columns:repeat(2,1fr)}.grid-3-cols{grid-template-columns:repeat(3,1fr)}}