.cards-container{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.5rem;display:grid}@media (min-width:768px){.cards-container{grid-template-columns:repeat(auto-fill,minmax(15rem,1fr))}}
.category-page{width:100%;margin-top:1.5rem;margin-bottom:6rem}.category-page__blocks>*{margin-bottom:5rem}.category-page__blocks>:last-child{margin-bottom:1.25rem}