.imagem_texto_lateral_2 {
	width: 100%;
	display: block;
	padding: 50px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.imagem_texto_lateral_2 .conteudo {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.imagem_texto_lateral_2 .conteudo .img {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.imagem_texto_lateral_2 .conteudo .img img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-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 {
		padding: 100px 0;
	}

	.imagem_texto_lateral_2 .conteudo .img {
		width: 46%;
		margin-right: 4%;
	}

	.imagem_texto_lateral_2 .conteudo .texto {
		width: 50%;
	}

	.imagem_texto_lateral_2.img_direita .conteudo .img {
		order: 1;
		margin: 0 0 0 4%;
	}

	.imagem_texto_lateral_2.img_direita .conteudo .texto {
		order: 0;
	}
}