.imagem_texto_lateral_3{
	display: block;
	width: 100%;
	padding: 120px 0;
}
.imagem_texto_lateral_3 .conteudo{
	width: 100%;
	display: block;
}
.imagem_texto_lateral_3 .conteudo .texto{
	width: 100%;
	display: inline-block;
}
.imagem_texto_lateral_3 .conteudo .texto .img-lateral{
	width: 100%;
	display: block;
	margin-bottom: 25px;
	border-radius: 30px 0 30px 0;
}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 1024px) {
	.imagem_texto_lateral_3 .conteudo .texto .img-lateral{
		float: right;
		margin: 0 0 25px 4%;
		width: max-content;
		max-width: 50%;
	}
	.imagem_texto_lateral_3 .conteudo .texto .titulo_principal{
		border:none;
	}

}