.list-card {
    transition: 0.15s ease;
}

.list-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}