.imagem_texto_lateral_2{
	display: block;
	width: 100%;
	padding: 110px 0;
}
.imagem_texto_lateral_2 .conteudo{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.imagem_texto_lateral_2 .conteudo .texto{
	width: 100%;
	display: block;
}
.imagem_texto_lateral_2 .conteudo .texto .descricao_principal table{
	width: 100%;
}
.imagem_texto_lateral_2 .conteudo .img img{
	width: max-content;
	max-width: 100%;
	display: block;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 1024px) {
	.imagem_texto_lateral_2 .conteudo .img{
		width: 45%;
		margin: 0px ;
	}
	.imagem_texto_lateral_2 .conteudo .texto{
		width: 53%;
	}
}