.featureTitle {
    font-size: clamp(1.625rem, 0.2663rem + 5.4348vw, 2.875rem);
}

.featureCard {
    width: 530px;
    height: 300px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
}

.featureImgContainer {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.featureCardsContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.miniFeatureCard {
    height: 220px;
}

@media (max-width: 585px) {
    .featureCard {
        flex-direction: column;
        height: 450px;
        width: 100%;
    }
    .miniFeatureCard {
        height: 300px;
    }
    .flightDelay {
        height: 360px !important;
    }
}

@media (max-width: 424px) {
    .flightDelay {
        height: 400px !important;
    }
    .historicalFlights {
        height: 330px !important;
    }
}
