﻿.feature-card {
    min-height: 250px;
    max-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.hover-shadow-lg:hover {
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.transition-all {
    transition: all 0.3s ease;
}
