.main-news-narrow__button {
	width: auto;
	text-decoration: none;
	border: 1px solid #de3133;
	box-sizing: border-box;
	padding: 8px 16px;
	font-size: 20px;
	line-height: 24px;
	margin: 45px auto 70px;
	display: block;
	max-width: 305px;
	text-align: center;
}

.main-news-narrow__title.h1 {
	display: block;
	text-align: center;
	margin-top: 60px;
	color: #222;
	text-decoration: none;
	margin-bottom: 30px;
}

.main-news-narrow__wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
}

.main-news-narrow__item {
	color: #666;
	display: flex;
	text-decoration: none;
	width: calc(50% - 20px);
}

.main-news-narrow__img {
	max-width: calc(50% - 20px);
	margin-right: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 185px;
}

.main-news-narrow__date {
	font-size: 13px;
	margin-bottom: 7px;
}

.main-news-narrow__head {
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 16px;
}

.main-news-narrow__preview-text {
	font-size: 12px;
	line-height: 16px;
}

.main-news-narrow__description {
  flex: 1;
}

@media screen and (max-width: 1200px) {
	.main-news-narrow__item {
		margin-right: 0;
		margin-bottom: 40px;
		width: 100%;
	}

	.main-news-narrow__item:not(:last-child) {
		margin-right: 0;
	}

	.main-news-narrow__wrapper {
		flex-wrap: wrap;
		gap: initial;
	}

	.main-news-narrow__img {
		max-width: 300px;
		max-height: inherit;
	}
}

@media screen and (max-width: 560px) {
	.main-news-narrow__img {
		max-width: 200px;
	}

	.main-news-narrow__button {
		margin: 0 auto 60px;
	}

	.main-news-narrow__title {
		margin-top: 40px;
	}
}

@media screen and (max-width: 480px) {
	.main-news-narrow__img {
		max-width: 100%;
		margin: 0 0 15px;
	}

	.main-news-narrow__item {
		flex-direction: column;
	}

	.main-news-narrow__img img {
		width: 100%;
	}
}
