.faq__message{
	display: flex;
	justify-content: center;
	margin-bottom: var(--g-sec--sm);
}

.faq__pageScroll{
	max-width: var(--width-sm);
	margin-inline: auto;
	margin-bottom: var(--g-sec--lg);
}
.faq__pageScroll .c-radiusBtn__link{
	font-size: clamp(0.75rem, 0.393rem + 0.95vw, 1.25rem);
}

.faq__accordions .p-faq{
	padding: var(--g-sec--md) 0;
}

.faq__accordions .p-faq:nth-of-type(odd){
	position: relative;
}
.faq__accordions .p-faq:nth-of-type(odd)::before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	content: "";
	width: 100vw;
	height: 100%;
	background-image: var(--bgi);
	background-attachment: fixed;
}

