.article-block {
	h1 {
		font-family: var(--title-font);
		font-size: 64px;
		line-height: 1;
		margin-bottom: 0.5em;
	}
	h2 {
		font-weight: 700;
		font-size: 24px;
		line-height: 140%;
		margin: 16px 0;
	}
	p {
		margin: 16px 0;
		line-height: 140%;
	}
	hr {
		border-bottom: 1px solid #f2f2f2;
		margin: 32px 0;
	}
}
.article-block__images {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 8px 1fr 8px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}
.article-block__img {
	aspect-ratio: 1;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.article-block__item {
	padding: 16px 32px;
	background-color: #f6f6f6;
	margin-top: 64px;
}
@media (max-width: 1199.98px) {
	.article-block {
		h1 {
			font-size: 52px;
		}
		h1 {
			font-size: 21px;
		}
	}
}
@media (max-width: 767.98px) {
	.article-block {
		h1 {
			font-size: 40px;
		}
		h2 {
			font-size: 18px;
		}
	}
	.article-block__images {
		gap: 4px;
	}
}
