/* CSS Document */
article h1{
  font-family: Gilroy;
  font-size: 32px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #f5831f;
	margin-top: 40px;
	margin-bottom: 40px;
}

#article_inner{
	position: relative;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
}


#lista_parceiros{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#lista_parceiros li{
	width: 100%;
	background-position: top center;
	background-size: cover;
	margin-bottom: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}
