.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;
}

/* Main/Hero/Welcome/Description */
.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-veja-mais-button {
    text-align: left;
}
.hero .hero-main .hero-description .hero-description-copy {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

.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;
}
