.e-bw8-sec_textos {
    display: flex;
    background-color: #F5F5F5;
    width: 100%;
    height: auto;
    justify-content: space-between;
    gap: 10%;
    font-family: "Montserrat", sans-serif;
    padding: 60px 0px;
div{
        width:50%;

}
}

#e-bw8-bloco_esquerda {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #355083;
    flex-wrap: wrap;
    overflow-wrap: break-word;
    white-space: normal;
    h3{
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    }
}

@media screen and (max-width:768px){
    .e-bw8-sec_textos{
        flex-direction: column;
        div{
            width: 100%;
        }
    }
}