/*
Block Name: Post Listings
Description: A block used to loop through your news posts
*/

.block-post-listings { text-align: center; }
.block-post-listings h3 {
    font-size: 2rem;
    color: var(--brand-1);
	margin-top: 1rem;
}

.post-listing {background: #f2f2f1;}