.e-bw8-video-embed {
    width: 500px;
    height: auto;

    iframe {
        border-radius: 10px;
    }
}

#e-bw8-sec-text-video {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 60px 0px;
}

#e-bw8-sec-text-video #info {
width: 50%;
    .logo{
        max-width: 55px;
    }

    .texto-principal {
        width: 70%;
        font-weight: bold;
        font-size: 22px;
    }
    .texto-apoio{
        width: 70%;
        font-size: 22px;
    }
    .e-bw8-botao{
     width:170px;
     display: flex;
     justify-content: center;
     padding: 10px 30px;
     background-color: #158382;
     border-radius: 30px;
     color: white;
     font-weight: bold;
    }
}
@media screen and (max-width:768px) {
    #e-bw8-sec-text-video{
        flex-direction: column;
        gap: 30px;
        padding: 50px 30px;
    }
    #e-bw8-sec-text-video #info{
        width: 100%;
       .texto-principal,.texto-apoio{
        width: 100%;
        }
        .e-bw8-botao{
        padding: 20px 20px;
        border-radius: 60px;
    }
    }
    .e-bw8-video-embed{
        width: 80vw;
    }
   
}