.filter-blog {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: auto;
}

select#tag {
	padding: 10px 75px 10px 10px;
    border: 2px solid #000;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    min-width: 300px;
}

#latest-news {
	margin-top: 40px;
}

#latest-news .latest-news-grid .news-info-container h4.news-title {
    min-height: 150px;
}