.custom-zoom {
    transition: transform 0.3s;
}

.custom-zoom:hover {
    transform: scale(1.2);
}

