.imagem_texto_lateral_2 {
	width: 100%;
	display: block;
	padding: 60px 0;
}

.imagem_texto_lateral_2 .conteudo {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.imagem_texto_lateral_2 .conteudo .img {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-bottom: 30px;
}

.imagem_texto_lateral_2 .conteudo .img img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.imagem_texto_lateral_2 .conteudo .texto {
	width: 100%;
	display: inline-block;
}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 1024px) {
	.imagem_texto_lateral_2 .conteudo .img {
		width: 40%;
		margin-bottom: 0px;
	}

	.imagem_texto_lateral_2 .conteudo .texto {
		width: 57%;
	}

	.imagem_texto_lateral_2.img_direita .conteudo .img {
		order: 1;
	}

	.imagem_texto_lateral_2.img_direita .conteudo .texto {
		order: 0;
	}


}