.brand-category .rv-categories-container {
    max-width: 1220px;
}

.rv-category-card {
    max-width: 400px;
    min-height: 400px;
}

/* .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
} */

.links {
    margin-top: 10px;
    font-size: 1rem;
    color: #333;
}

.links a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}

.links a:hover {
    color: #333;
    text-decoration: underline;
}

.category-image {
    object-fit: contain;
}

.brand-category .rv-category-card {
    width: 350px;
}