.propostas_conteudo{
	display: flex;
	flex-direction: row;
	justify-content: center;
    padding-bottom: 70px;
}
.propostas_titulo{
	text-align: center;
	margin-bottom: 70px;
	font-size: 36px;
	font-weight: 500;
	font-style: italic;
	color: rgba(4, 105, 30, 1.0);
}
.propostas_texto{
	padding: 70px 0 0 0;
	font-size: 18px;
	line-height: 26px;
	text-align: justify;
	color: rgba(4, 105, 30, 1.0);
}
.propostas_item_conteudo{
	font-style: italic;
	font-weight: 500;
	margin-bottom: 70px;
}
.propostas_item_conteudo ul{
  padding-left: 50px;
}
.propostas_item_titulo{
	font-style: italic;
	font-weight: 700;
	margin-bottom: 30px;
}
@media only screen and (max-width: 768px){
  .propostas_texto{
    text-align: left;
  }
}
@media only screen and (max-width: 425px){
  .propostas_texto{
    font-size: 17px;
    line-height: 24px;
  }
}