.lk-news {
	margin-top: 160px;
	margin-bottom: 80px;
}
.lk-news__wrap {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}

.lk-news__wrap .user-news {
	max-width: 274px;
	flex: 1 1 25%;
}

.lk-news__title {
	font-family: var(--lk-font);
	font-weight: 600;
	font-size: 32px;
	line-height: 148%;
	color: #1f1f1f;
}

@media all and (max-width: 1030px) {
	.lk-news {
		margin-top: 260px;
		margin-bottom: 80px;
	}

	.lk-news__title {
		font-family: var(--lk-font);
		font-weight: 600;
		font-size: 32px;
		line-height: 148%;
		color: #1f1f1f;
		text-align: center;
	}

	.lk-news__wrap .user-news {
		max-width: 50%;
		flex: 1 1 45%;
	}
}

@media all and (max-width: 700px) {
	.lk-news {
		margin-top: 160px;
		margin-bottom: 80px;
	}

	.lk-news__wrap .user-news {
		max-width: 100%;
		flex: 1 1 100%;
	}
}
