.texto_imagem_lateral_2{
	width: 100%;
	display: block;
    padding: 90px 0;
}
.texto_imagem_lateral_2 .conteudo{
	display: inline-flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.texto_imagem_lateral_2 .texto,
.texto_imagem_lateral_2 .img,
.texto_imagem_lateral_2 .filhos{
	width: 100%;
	display: inline-block;
}
.texto_imagem_lateral_2 .img{
	margin-top: 25px;
}
.texto_imagem_lateral_2 .img img{
	width: auto;
	max-width: 100%;
	aspect-ratio: 830/550;
	height: auto;
	display: block;
	margin: 0 auto;
}
.texto_imagem_lateral_2 .filhos{
	margin-top: 70px;
	display: inline-flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.texto_imagem_lateral_2 .filhos .item{
	width: 100%;
	padding: 0 40px;
	text-align: center;
}
.texto_imagem_lateral_2 .filhos .item .img{
	width: 100%;
	display: block;
}
.texto_imagem_lateral_2 .filhos .item .titulo{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 24px;
	color: var(--color);
	font-family: var(--font-family-bold);
	line-height: 1;
	margin-top: 10px;
}
.texto_imagem_lateral_2 .filhos .item .descricao_principal{
	margin-top: 30px;
}
@media only screen and (min-width: 768px) {
	.texto_imagem_lateral_2 .filhos .item{
		width: 33.333%;
	}
}

@media only screen and (min-width: 1024px) {
	.texto_imagem_lateral_2 .texto{
		width: 47%;
	}
	.texto_imagem_lateral_2 .texto .descricao{
		margin-top: 60px;
	}
	.texto_imagem_lateral_2 .img{
		width: 49%;
		margin-top: 0px;
	}

}