#posts-bar p {
	margin-bottom: 0.5em;
}

#posts-bar a {
	font-weight: 600;
}

#posts-bar a:hover {
	text-decoration: none;
}

#posts-bar h3 a, #posts-bar h3 a {
	font-weight: 300;
	color: #474747;
}

@media only screen and (max-width: 767px) {
	#posts-bar .col-lg-4 {
		margin-bottom: 4em;
	}
	
	#posts-bar .col-lg-4:last-of-type {
		margin-bottom: 0;
	}
}