@media (max-width: 992px) {
    .hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 500px;
        padding-top: 100px;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .decorative-elements {
        display: none;
    }

    .hero-content {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 1.5rem;
    }
}
