section#outros_materiais {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

div.video_recomendado {
    img {
        height: 140px;
        width: 250px;
    }
}


@media (max-width:750px) {

    div.video_recomendado {
        img {
            height: 70px;
            width: 125px;
        }
    }

}


.demostracao_img{
    width: 100%;
}
