.imagem_texto_lateral_2{
	width: 100%;
	display: block;
	padding: 110px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: fixed;
}
.imagem_texto_lateral_2 .conteudo{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.imagem_texto_lateral_2 .conteudo .img{
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-bottom: 30px;
	order: 0;
}
.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: block;
}
.imagem_texto_lateral_2 .conteudo .texto .btn{
	margin: 40px auto;
}
@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 1024px) {
	
	.imagem_texto_lateral_2 .conteudo{
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.imagem_texto_lateral_2 .conteudo .img{
		width: max-content;
		max-width: 48%;
		margin-right: 3%;
	}
	.imagem_texto_lateral_2 .conteudo .texto{
		width: 49%;
		max-width: 480px;
	}
	.imagem_texto_lateral_2 .conteudo .texto .btn{
		margin: 40px 0 0 0;
	}
}