main.container {
    overflow: hidden;
}

section.hero-content-wrapper {
    align-items: flex-start;
    flex-direction: row;
}

section.hero-content-wrapper h1 {
    font-size: 6rem;
    margin: 0;
    margin-top: 2rem;
}

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

section.hero-content-wrapper div.column-right {
    width: 65%;
    padding-top: 3rem;
}

section.hero-content-wrapper div.column-right h2 {
    font-size: 3rem;
}

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

img.elementos_1_white {
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 10%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    margin: 0 !important;
}

@media screen and (width <= 600px) {
    section.hero-content-wrapper h1 {
        display: none;
    }

    section.hero-content-wrapper {
        margin-bottom: 0rem;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

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

    img.elementos_1_white {
        display: none;
    }

    section.hero-content-wrapper div.column-right h2 {
        font-size: 2rem;
    }
    
    section.hero-content-wrapper div.column-right p {
        font-size: 1.5rem;
    }
    
}
