.hover-shadow:hover {
    box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    transition: all 0.2s ease;
}