.news {
	padding: 6em 0;
	position: relative;
}

.news::before {
	content: "";
	display: block;
	width: 100%;
	height: 22em;
	background: #EFF2F5;
	position: absolute;
	top: 0;
	left: 0;
}

.news-header {
	align-items: center;
	margin-bottom: 2.5em;
}

.news-header .col-6:last-child {
	text-align: right;
}

.news-item img {
	margin-bottom: 1em;
}

.news-item .date {
	margin-bottom: 0.5em;
	text-align: left;
	color: #76787C;
}

.news-item .h6 {
	margin-bottom: 0.7em;
	font-weight: 800;
	line-height: 1.71;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	color: #121F47;
}

.news-item a:hover {
	text-decoration: none;
}

.news-item .link {
	font-weight: 600;
	text-decoration-line: underline;
	color: #DE2B26;
}

@media (max-width: 767px){

	.news {
		padding: 3em 0;
	}

	.news .row {
		margin-left: -10px;
		margin-right: -10px;
	}

	.news .col-md-4.col-6 {
		padding: 0 5px;
	}

	.news .col-md-4.col-6:nth-child(3) {
		display: none;
	}

}