

#texto_agro {
    width: 475px;
    word-wrap: break-word;
}

#container_agro_flex {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

#container_video_agro{
    /* width: 50%; */
}

#video_agro{
    width: 517px;
    height: 324px;
}

#container_patente{
    /* margin-left: 50px; */
    /* width: 50%; */
}

#imagem_INPI{
    width: 387px;
    height: 387px;
}

@media only screen and (max-width: 480px){
    #video_agro{
        width: 330px;
    }
    #imagem_INPI{
        width: 330px;
    }
    #video_anuncio_agro{
        width: 99%;
        height: 380px;
    }
}

