.homepage-posts > div {
	width: 33.33%;
}
.recommended .homepage-posts > div h3 {
	line-height: 24px;
	padding: 	10px 0;
}

@media only screen and (max-width: 1200px) {
  .homepage-posts > div {
	  width: 100%;
	  text-align: center;
   }
}