.step-card {
    transition: transform 0.3s duration;
}

.step-card:hover {
    transform: translateY(-4px);
}