

.section_faq {
	background: linear-gradient(to bottom, #eaebfc, #C2C7F8);
}

	.section_faq h2 {
		margin-bottom: .5em;
	}

	.section_faq__list {
	display: flex;
	flex-direction: column;
	gap: clamp(18px, calc(18px + 6 * (calc(var(--vw, 1vw) * 100) - 576px) / 416), 24px);
}