.category-card{display:flex;flex-direction:column;gap:15px}@media (min-width:992px){.category-card{gap:20px}}.category-card figure{aspect-ratio:1/1;background:var(--taupe-20);border-radius:var(--border-radius);overflow:hidden;width:100%}.category-card figure img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease-in-out}.category-card figure:hover img{transform:scale(1.01)}.category-card__title{margin:0 0 8px;font-size:var(--content-body);font-weight:600}.category-card__title a{color:var(--deepblue)}.category-card__title a:hover{color:var(--coral);text-decoration:underline dotted;text-underline-offset:.2em}@media (min-width:992px){.category-card__title{font-size:var(--content-heading-6)}}.category-card__text{font-size:var(--content-body);color:var(--deepblue-80);margin:0 0 15px}.category-card__text a{color:var(--deepblue-90);text-decoration:underline dotted;text-underline-offset:.2em}