.block.recent_posts h2 {
	margin-bottom: .5rem;
}
.block.recent_posts .copy {
	text-align: center;
	width: 80%;
	margin: 0 auto 3rem;
}
.block.recent_posts .post-snippet {
	margin-bottom: 2rem;
}
.block.recent_posts .posts-container div:last-child .post-snippet {
	margin-bottom: 0;
}
.block.recent_posts .btn-container {
	padding-top: 3rem;
	padding-bottom: 1rem;
	text-align: center;
}
@media (min-width: 768px) {
	.block.recent_posts .post-snippet {
		margin-bottom: 0;
	}
}
