.feature-card {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.feature-card:hover {
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}

