.hvzm {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.hvzmshw:hover { box-shadow: var(--bs-box-shadow) !important; }

.hvzm:hover { transform: scale(1.02)};