.news-list {
	display: flex;
	flex-direction: column;
}
.news-list .news-item {
	display: flex;
	margin-bottom: 0px;
}
.news-list .news-item a {
	font-weight: 500;
    background-color: #fff;
    padding: 1rem 2rem !important;
	margin-bottom: 1rem;
}
.news-list .news-item a b {
	font-weight: 500;
}