@media(max-width:880px) {
    .section-tagline-1 {
        max-width: 100% !important;
        border-radius: 18px;
        font-size: 1.15rem;
    }

    .ve-hero-badge {
        border-radius: 8px;
        padding: 9px 15px;
        font-size: 0.8rem;
        max-width: 100%;
    }

    .ve-btn-primary,
    .ve-btn-ghost {
        border-radius: 8px;
        font-size: 0.8rem;
        padding: 0.5rem;
    }

    .ve-hero-btns {
        flex-wrap: nowrap;
    }

    .ve-services-header-left p {
        text-align: left;
    }

    .ve-closing-quote-split {
        max-width: 100%;
    }
}