.card-hover {

    transition: 0.2s;

}

.card-hover:hover {

    transform: translateY(-4px);

    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);

}