#title-sobre-nos{
    color: white;
    font-size: 22px;
    position: relative;
}
#title-sobre-nos::before{
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 7%;
    height: 2px;
    background-color: white;
}


#logo-sobre-nos{
    width: 140px;
}


#btn-saiba-mais{
    background-color: white;
    border-radius: 20px;
    padding: 10px 30px;
    color: #125341;
    font-weight: 600;
    transition: 300ms;
}
#btn-saiba-mais:hover{
    opacity: .8;
    transition: 300ms;
}
@media(max-width:992px){
    #title-sobre-nos{
        font-size: 25px;
        text-align: center;
        margin-bottom: 35px;
    }
    #title-sobre-nos::before{
        left: 45%;
        width: 10%;
    }

    #container-logo-sobre-nos{
        text-align: center;
    }
    #logo-sobre-nos{
        width: 70%;
    }

    #texto-sobre-nos{
        font-size: 15px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    #btn-saiba-mais{
        display: block;
        text-align: center;
        margin:0 auto;
        width: 60%;
    }
}








#container-video{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 80%;
    height: 70%;
}


@media(min-width:1500px){
    #texto-sobre-home{
        font-size: 20px;
        margin-top: 20px !important;
    }
}