.category-card-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:2rem}@media (max-width:1070px){.category-card-container{flex-direction:column}}.category-card-container .category-card{width:20rem;background-color:#fafafa;padding:2rem;border-radius:15px;flex-grow:2;filter:drop-shadow(0 .2rem .25rem rgba(0,0,0,.1))}@media (max-width:1070px){.category-card-container .category-card{width:auto}}.category-card-container .category-card h4{margin-bottom:.8rem}