.news {
	padding-top: 17px;
	padding-bottom: 37px;
}

.news .sub-title {
	margin-bottom: 9px;
}

.news-heading {
	margin-bottom: 24px;
}

.news h2 {
	margin-bottom: 0;
	font-size: 2.813rem;
	letter-spacing: -1px;
}

.news-holder {
	margin-bottom: 24px;
}

.news-item {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	font-size: 1.438rem;
	align-items: flex-start;
	color: var(--color-alternate);
	line-height: 1.3;
	position: relative;
}

.news-item:not(:last-of-type) {
	margin-bottom: 31px;
}

.news-date {
	font-size: 0.813rem;
	font-weight: 700;
	letter-spacing: 0.081rem;
	color: var(--color-dark);
	margin-bottom: 14px;
}

.news-item p:last-of-type {
	margin-bottom: 17px;
}

.news-item .button.no-button {
	color: var(--color-dark);
	letter-spacing: 0.006rem;
	margin-left: 1px;
	margin-top: auto;
}

.news-item:focus,
.news-item:hover {
	text-decoration: none;
	color: var(--color-black);
}

.news-item:focus .button.no-button,
.news-item:hover .button.no-button {
	color: var(--color-orange);
	text-decoration: none;
}

.news-mobile-btn .button {
	display: block;
}

@media screen and (min-width: 768px) {
	.news {
		padding-top: 67px;
		padding-bottom: 60px;
	}

	.news .sub-title {
		margin-bottom: 13px;
	}

	.news-heading {
		margin-bottom: 44px;
	}

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

	.news-holder {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 30px;
		margin-bottom: 0;
	}

	.news-item:not(:last-of-type) {
		margin-bottom: 0;
	}

	.news-date {
		margin-bottom: 15px;
	}

	.news-item p:last-of-type {
		margin-bottom: 36px;
	}

	.news-item:not(:last-of-type):after {
		position: absolute;
		top: -7px;
		right: -15px;
		width: 1px;
		height: calc(100% + 3px);
		content: '';
		background-color: var(--color-gray-100);
	}
}

@media screen and (min-width: 1025px) {
	.news {
		padding-bottom: 90px;
	}

	.news-heading {
		margin-bottom: 61px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	.news-heading .button {
		min-width: 228px;
	}

	.news-holder {
		grid-column-gap: 106px;
	}

	.news h2 {
		margin-bottom: 0;
	}

	.news-item:not(:last-of-type):after {
		right: -53px;
	}
}

@media screen and (min-width: 1441px) {
	.news {
		padding-top: 65px;
		padding-bottom: 98px;
	}
}
