.cpv-subcategory img {
    transition: transform 0.3s ease;
}
.cpv-subcategory:hover img {
    transform: scale(1.05);
}
