.newscontfour{
	position: relative;
	overflow: hidden;
	padding: 60px 0 45px;
	background-color: #1e1e1e;
}

.newscontfour-heading {
	margin-bottom: 60px;
}

.newscontfour-heading-title {
	font-family: Roboto;
	font-size: 35px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 30px;
}

.newscontfour-heading-line {
	width: 75%;
	max-width: 320px;
	height: 3px;
	background-color: #8b572a;
	margin: 0 auto;
}

.newscontfour-item,
.newscontfour-item-sm {
	position: relative;
}

.newscontfour-block {
	margin-bottom: 15px;
}

.newscontfour-block:last-child {
	margin-bottom: 0;
}
.newscontfour-item-sm:first-child {
	margin-bottom: 15px;
}

.newscontfour-item__img-wrap {
	height: 400px;
	display: flex;
	overflow: hidden;
} 

.newscontfour-item-sm .newscontfour-item__img-wrap {
	height: 250px;
}

.newscontfour-item__img {
	width: 100%;
	display: block;
	object-fit: cover;
}

.newscontfour-item__text {
	position: absolute;
	left: 35px;
	bottom: 25px;
	padding-right: 25px;
}

.newscontfour-item__text-title {
	font-family: Roboto;
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 5px;
}

.newscontfour-item-sm .newscontfour-item__text-title {
	font-size: 20px;
}

.newscontfour-item__text-date {
	font-family: Roboto;
	font-size: 20px;
	line-height: 1.2;
	color: #cccccc;
}

.newscontfour-item-sm .newscontfour-item__text-date {
	font-size: 16px;
}

.newscontfour-articles {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.newscontfour-item-sm:first-child {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.newscontfour-item-sm:first-child {
		margin-bottom: 15px;
	}
	.newscontfour-item__img-wrap {
		height: 515px;
	}
	.newscontfour-block-ordering {
		order: 3;
	}
	.newscontfour-block {
		margin-bottom: 0;
	}
	.newscontfour{
		padding: 90px 0 105px;
	}
	.newscontfour-block {
		padding: 0 7px !important;
	}
}