#content {
	padding: 50px 75px;
	text-align: center;
  min-height: 50vh;
}

article {
	width: 100%;
	text-align: justify;
}

article .title-post {
  color: #03396c;
  text-transform: capitalize;
}

article .info-post {
  color: #03396c;
}

article img {
	width: 50%;
	float: left;
  margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 50px;
}

article .info-post {
	font-style: italic;
}





/* responsive */
@media screen and (max-width: 1024px) {
  #content {
    padding: 0;
  }
  article img  {
    width: 100%;
    margin-right: 0;
	  margin-bottom: 5vw;
  }
  #content article {
    width: 90vw;
    padding: 5vw 0vw 0vw 5vw;
  }
}