.category-image {
    max-height: 277px;
    overflow: hidden;
}

.category-card {
    border-radius: 1rem;
    overflow: hidden;
}
.category-card img {
    transition: all .3s;
}

.category-card:hover img {
    transform: scale(1.1);
}

.text-burgundy {
    color: var(--theme-burgundy);
}