.video__content {
    margin: 0 auto;
    margin-top: 15% !important;
}   

.escola__text .div_sub, td {
    border-bottom: 1px solid var(--blue);
}

@media only screen and (max-width: 900){
    .video__content {
        margin: 0 auto;
        margin-top: 0% !important;
    }    

} 

@media only screen and (max-width: 500px){
    .escola__text {
        width: 300px;
        overflow: scroll;
    }
}