.texto_imagem_lateral{
	width: 100%;
	display: block;
    padding: 120px 0;
}
.texto_imagem_lateral .conteudo{
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.texto_imagem_lateral .conteudo .img{
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-bottom: 30px;
}
.texto_imagem_lateral .conteudo .img img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.texto_imagem_lateral .conteudo .texto{
	width: 100%;
	display: inline-block;
}
.texto_imagem_lateral .conteudo .texto .btn{
	width: max-content;
	max-width: 100%;
	display: block;
	margin: 25px 0 0 0;
}
@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 1024px) {
	.texto_imagem_lateral .conteudo .img{
		width: 45%;
		margin-bottom: 0px;
	}
	.texto_imagem_lateral .conteudo .texto{
		width: 50%;
	}
}