.texto_simples {
	width: 100%;
	display: block;
	padding: 60px 0;
}

.texto_simples .conteudo {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.texto_simples .conteudo .texto {
	width: 100%;
	display: block;
}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 1024px) {}