.conteudo .centro{
	background-image: url("../img/sobrenos_fundo.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}
.nossaempresa_conteudo{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin: 70px 0;
}
.nossaempresa_titulo{
	text-align: center;
	margin-bottom: 70px;
	font-size: 36px;
	font-style: italic;
	font-weight: 500;
	color: rgba(4, 105, 30, 1.0);
}
.nossaempresa_texto{
	width: 50%;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	color: rgba(4, 105, 30, 1.0);
}
.nossaempresa_texto_conteudo{
	font-style: italic;
	font-weight: 500;
}
.nossaempresa_texto_conteudo p{
	font-style: italic;
}
@media only screen and (max-width: 1200px) {
	.nossaempresa_foto{
		width: 35%;
	}
	.nossaempresa_texto{
		width: 65%;
	}
}
@media only screen and (max-width: 1024px) {
	.nossaempresa_conteudo{
		display: flex;
		flex-direction: column;
	}
	.nossaempresa_foto{
		width: 100%;
		align-content: center;
	}
	.nossaempresa_texto{
		width: 100%;
	}
	.nossaempresa_texto p{
		padding-left: 0;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}