.gutenberg.faq {
	margin: 136px auto 0;
}

.gutenberg.faq .faq-heading {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 24px;
	margin-bottom: 24px;
	position: relative;
	gap: 25px;
}

.gutenberg.faq .faq-heading::before {
	margin-left: calc((100vw - 100%) * -0.5);
	content: "";
	background: var(--secondary-color);
	height: 64px;
	width: calc(((100vw - 100%) / 2) - 50px);
	border-radius: 0 50px 50px 0;
	position: absolute;
	left: 0;
	top: 0;
	translate: 0 -30%;
}

.gutenberg.faq .faq-title {
	text-align: center;
	margin-bottom: 3.125rem;
}
