
.hero-venue {
    font-size: clamp(1rem, 6vw, 3.5rem);
    font-weight: 600;
}
@media (max-width: 430px) and (min-width: 320px) {

    .hero-venue {
        font-size: 1.3rem;
    }
    .text-blue {
        font-size: 1.3rem;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}