.feel-informative-page {
	background: #ffffff;
	padding: 70px 0;
}

.feel-informative-page__article {
	max-width: 675px;
	margin: 0 auto;
}

.feel-informative-page__header {
	margin-bottom: 28px;
}

.feel-informative-page__title {
	margin: 0;
	text-align: center;
	font-family: var(--font-abc-arizona-flare);
	font-size: 48px;
	font-weight: 400;
	font-style: normal;
	line-height: 100%;
	letter-spacing: -0.06em;
	background: linear-gradient(92.26deg, #777269 -1.65%, #f3f0eb 148.68%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	filter: blur(0);
}

.feel-informative-page__content {
	font-family: var(--font-abc-arizona-sans);
	color: #1f1f1f;
}

.feel-informative-page__content > *:first-child {
	margin-top: 0;
}

.feel-informative-page__content p,
.feel-informative-page__content li {
	font-family: var(--font-abc-arizona-sans);
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #1a1a1a;
}

.feel-informative-page__content h2,
.feel-informative-page__content h3,
.feel-informative-page__content h4 {
	margin: 36px 0 12px;
	font-family: var(--font-abc-arizona-flare);
	font-weight: 300;
	font-style: normal;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: -0.06em;
	background: linear-gradient(90deg, #777269 0%, #c5bdae 72.62%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	filter: blur(0);
}

.feel-informative-page__content h2 {
	font-size: 32px;
}

.feel-informative-page__content h3 {
	font-size: 32px;
}

.feel-informative-page__content h4 {
	font-size: 32px;
}

.feel-informative-page__content ul,
.feel-informative-page__content ol {
	margin: 12px 0 20px 20px;
	padding: 0;
}

.feel-informative-page__content a {
	color: #1a1a1a;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.feel-informative-page__content table {
	width: 100%;
	border-collapse: collapse;
	margin: 24px 0 30px;
	background: #fff;
}

.feel-informative-page__content th,
.feel-informative-page__content td {
	padding: 10px 12px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.45;
	color: #403b32;
}

.feel-informative-page__content p + p {
	margin-top: 14px;
}

.feel-informative-page__content th {
	background: #ffffff;
	font-weight: 600;
	font-family: var(--font-abc-arizona-sans);
	color: #1f1f1f;
}

@media (max-width: 768px) {
	.feel-informative-page {
		padding: 36px 0 72px;
	}

	.feel-informative-page__article {
		max-width: 100%;
	}

	.feel-informative-page__content p,
	.feel-informative-page__content li {
		font-size: 16px;
		line-height: 140%;
	}

	.feel-informative-page__content th,
	.feel-informative-page__content td {
		padding: 8px 10px;
		font-size: 13px;
	}
}
