.news_list {
	margin-bottom: 50px!important;
}
	.news_list__item .news__image {
		border-radius: 5px;
		display: block;
	}
		.btn--show-all-news {
			color: white;
			min-width: 190px;
			text-transform: uppercase;
			padding: 0 50px!important;
			line-height: 30px!important;
		}
.btn--show-all-news:hover {
	color: white;
	text-decoration: none;
}
.news_list__items {
	justify-content: flex-start;
	flex-wrap: wrap;
}
.news_list__item {
	line-height: 1.2;
	width: 31.1827%;
	margin-bottom: 50px;
	margin-right: 3.2258%;
	font-size: 16px;
}
.news_list__item:nth-of-type(4n + 3) {
	margin-right: 0;
}
.news__date {
	color: #858585;
	font-size: 14px;
	margin: 30px 0 0;
}
.news_list__item:hover div {
	text-decoration: underline;
	cursor: pointer;
}
.news_list__item:hover .news__date {
	text-decoration: none!important;
	cursor: default;
}
.news__title {
	white-space: initial;
	padding: 16px 0 24px;
	font-size: 18px;
}
.news__title a {
	text-decoration: none;
	color: #161616;
    font-weight: 400;
}
.news__image {
	width: 100%;
}
.news__description {
	white-space: initial;
	color: #858585;
	padding-bottom: 24px;
}
.news__more {
	color: #e3231f;
}
.news_list .pagination {
	margin: 0 0 32px 0;
}
.rule {
	width: 100%;
    height: 1px;
    background-color: #858585;
    margin: 10px 0 60px;
}
	.rule:last-of-type {
		display: none;
	}
@media only screen and (min-width:1222px) {
	.news__image {
		width: unset;
	}
	.news__date {
		color: #858585;
		font-size: 14px;
		margin: 30px 0 10px;
	}
}