@media screen and (max-width: 1199px) {
    /*Quem Somos*/
	.politica-texto p:nth-of-type(3) {
	    margin-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
    .politica-imagem-lateral {
        max-width: 300px;
        object-fit: center;
    }
    .politica-imagem-lateral img{
        height: auto;
        max-width: 300px;
    }
    .politica-video video{
        width: 180% ;
    }
}
@media screen and (max-width: 767px) {
    /*Quem Somos*/
	.politica-texto-imagem {
	    display: block;
	}
	.politica-texto {
	    margin-right: 0;
	    text-align: justify;
	}
	.politica-texto p:nth-of-type(3) {
	    margin-bottom: 0;
	}
	.politica-imagem-lateral {
        margin: 20px auto 0;
	    text-align: center;
        
	}
    .politica-video iframe{
        height: 170px;
    }
    .politica-imagem-lateral img{
        width: 100%;
    }
}