.home-news-block {
	
}

.home-news-block .news-post {
	width: calc(33.33% - 16px);
	margin: 12px;
	display: inline-block;
	vertical-align: top;
}

	
.home-news-block .news-post img {
	height: 250px;
	object-fit: cover;
}

.home-news-block .news-post:nth-child(3n) {
	margin-right: 0;
}
.home-news-block .news-post:nth-child(3n+1) {
	margin-left: 0;
}

.home-news-block h4 a {
	color: #8B4B1D;
	text-decoration: none;
	line-height: 35px;
}

.home-news-block h4 {
	margin: 10px 0;
}

.home-news-block .tags {
	text-transform: uppercase;
	font-size: 14px;
	color: #8A4B23;
	padding-top: 10px;
}