body {
	overflow: unset !important;
}

.news-single .title {
	text-align: left !important;
}

.news-single__date {
	font-weight: 500;
	font-size: 20px;
	margin: 20px 0 30px;
}

.news-single__wrapper {
	display: flex;
	gap: 60px;
}

.news-single__block {
	flex: 1;
}

.news-posters {
	min-width: 327px;
	max-width: 327px;
}

.news-single__item-img img {
	width: 100%;
	object-fit: cover;
}

.news-single__item-description {
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0.3px;
	color: var(--gray-3);
	margin: 30px 0;
}

.news-posters h3 {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.news-posters__flex {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.sticky {
	position: sticky;
	top: 120px;
}

.news-posters__flex a {
	width: 100%;
}

@media (max-width: 850px) {
	.news-posters {
		display: none;
	}

	.news-single__item-description {
		font-size: 18px;
		line-height: 1.4;
	}
}
