.zoom {
    transition: all 0.3s ease;

    &:hover {
        transform: scale(1.1);
    }
}