.cards{display:grid;gap:1.5rem;justify-content:space-between;margin-top:1.5rem}.card-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:768px){.cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.cards{grid-template-columns:repeat(1,minmax(0,1fr))}}