.latest-news-blocks h3{
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 33px;
	color: #082221;
}

.latest-news-blocks .title h3{
	font-size: 18px;
	line-height: 26px;
}

.news-item .entry-meta {
	font-size: 14px;
	line-height: 16.42px;
}

.news-item .thumbnail {
	height: 152px;
}

@media (max-width: 1024px) {
	.latest-news-blocks .title h3{
		font-size: 16px;
		line-height: 24px;
	}

	.news-item .entry-meta {
		font-size: 12px;
		line-height: 14.08px;
	}

	.news-item .thumbnail {
		height: 97px;
	}
}

@media (max-width: 576px) {
	.latest-news-blocks .latest-news-container {
		width: auto;
	}

	.news-item .thumbnail {
		height: 141px;
	}
}