.hover-item {
    transition: 0.3s;
}
.hover-item:hover {
    transform: translate(0, -5px);
}