section.hero-content-wrapper {
    margin-top: 5vh;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}

section.hero-content-wrapper div.column-left,
section.hero-content-wrapper div.column-right {
    font-size: 2vw;
    font-family: var(--font-space-grotesk);
}

section.hero-content-wrapper div.column-left h1,
section.hero-content-wrapper div.column-right h2 {
    margin: 0;
    margin-bottom: 2rem;
}

section.hero-content-wrapper div.column-left p {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-family: var(--font-barlow);
}

section.hero-content-wrapper div.column-left {
    width: 40%;
}

section.hero-content-wrapper div.column-left button {
    margin-top: 50px;
}

section.hero-content-wrapper div.column-right {
    width: 60%;
}

img.nuvem_valores {
    width: 100%;
}

@media screen and (width <= 600px) {
    section.hero-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0rem;
        justify-content: flex-start;
    }

    section.hero-content-wrapper div.column-left,
    section.hero-content-wrapper div.column-right {
        width: 100%;
    }

    section.hero-content-wrapper div.column-left {
        margin-bottom: 3rem;
    }

    section.hero-content-wrapper div.column-left h1,
    section.hero-content-wrapper div.column-right h2 {
        font-size: 2rem;
    }

    section.hero-content-wrapper div.column-left p {
        font-size: 1.2rem;
    }

    section.hero-content-wrapper div.column-left h1,
    section.hero-content-wrapper div.column-right h2 {
        margin-bottom: 1rem;
    }
}
