.category-card{display:flex;flex-direction:column;justify-content:space-between;gap:1rem;padding:2rem}.category-card .title{font-size:1.25rem}@media (max-width:768px){.category-card{flex-direction:column}.category-card figure{width:100%;height:200px}}.categories{flex-direction:column;margin-bottom:2rem}.categories,.categories .list{display:grid;grid-gap:1rem;gap:1rem}.categories .list{grid-template-columns:1fr}@media (min-width:767px){.categories .list{grid-template-columns:1fr 1fr}}