/* Main/Hero/Welcome/Description */
@media screen and (max-width: 35.31125em) {
    .hero {
        margin-top: 0.5rem;
    }

    .hero .hero-shell {
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 1.35rem;
        padding-bottom: 1.35rem;
    }
    .hero .hero-main {
        flex: 8;
    }

    .hero .hero-main .hero-welcome-section {
        padding-bottom: 1rem;
    }
    .hero .hero-main .hero-description .hero-veja-mais {
        order: 2;
    }
    .hero .hero-main .hero-description .hero-description-copy {
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }
    .hero .hero-main .hero-description .hero-veja-mais-button {
        text-align: left;
    }

    .hero .hero-welcome-label {
        display: block;
        margin-bottom: 0.2rem;
        padding-right: 0;
    }

    .hero .hero-main .hero-description .hero-description-copy {
        margin-right: 0rem;
        margin-top: 0rem;
        margin-bottom: 1rem;
    }

    .hero .hero-title {
        font-size: clamp(1.5rem, 6.4vw, 2rem);
        line-height: 1.05;
        padding-bottom: 0.15rem;
    }

    .hero .hero-title .no-wrap {
        display: block;
        font-size: inherit;
    }
}

@media screen and (min-width: 35.3125em) {
    .hero .hero-shell {
        padding-top: 1.4rem;
        padding-bottom: 1.4rem;
    }
    .hero .hero-main .hero-welcome-section {
    }
    .hero .hero-main .hero-description .hero-veja-mais {
        order: 2;
    }
    .hero .hero-main .hero-description .hero-description-copy {
        margin-right: 0.5rem;
        padding-bottom: 0.6rem;
    }

    .hero .hero-main {
        padding-left: 3rem;
        padding-bottom: 0;
    }
}
