.news-c.news-index {
	padding-bottom: 24px;
}
.news-c.news-index .news-item {
	display: block;
	background: #fff;
	height: 100%;
}
.news-c.news-index .news-item .img {
	display: block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
	position: relative;
	background-color: #fff;
}
.news-c.news-index .news-item .text-c {
}
.news-c.news-index .news-item .text-c .inner {
	padding: 24px;
}
.news-c.news-index h5 {
	line-height: 1.5;
}
.row.gutters.index-news-articles>.col-6 {
}
.row.gutters.index-news-articles>.col-6 .col-6 {
}