.news {
	padding: 99px 0 98px;
}
.news h2 {
	margin: 0 0 55px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	color: #54518F;
}
.news-item__date {
	font-weight: 500;
	font-size: 14px;
	line-height: 28px;
	color: #A7A7A7;
	margin-bottom: 19px;
}
.news__item img {
	margin-bottom: 26px;
}
.news-item__name {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 25px;
}
a.news-item__detail {
	font-size: 16px;
	line-height: 23px;
	text-decoration-line: underline;
	color: #636363;
	text-decoration-skip-ink: none;
}
a.news-item__detail:hover {
	color: #54518F;
}
.news__item {
	display: flex;
	flex-direction: column;
	height: 100%;
}
a.news-item__detail {
	margin-top: auto;
}
a.news-item__detail {
	color: #54518F;
}
@media (max-width: 1199px) {
	.news {
		padding: 50px 0;
	}

	.news h2 {
		margin-bottom: 30px;
	}

	.news-item__date {
		line-height: 20px;
		margin-bottom: 10px;
	}

	.news__item img {
		margin-bottom: 15px;
	}

	.news-item__name {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width: 767px) {
	.news {
		padding: 30px 0 15px;
	}

	.news h2 {
		font-size: 23px;
		line-height: 26px;
	}
	.news .row{
		flex-wrap: nowrap;
		overflow: auto;
		padding-bottom: 15px;
	}
}

@media (max-width: 575px) {
	.news-item__name {font-size: 14px;line-height: 18px;}

	.news h2+.row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.news .row .col-5 {
		padding: 0 5px;
	}

	.news h2 {
		font-size: 21px;
		line-height: 25px;
	}

	.news-item__date {
		font-size: 12px;
		line-height: 16px;
	}
}