.faq__inner {
	position: relative;
    padding-bottom: var(--g-sec--md);
}
.faq__bg {
	position: absolute;
    content: "";
	top: 0;
	left: calc(50% - 50vw);
	width: 100vw;
	height: 100%;
	background: linear-gradient(#f5fbfe, #ffffff 50%, #f5fbfe);
	z-index: -1000;
}

.faq__container {
	margin-bottom: var(--g-sec--md);
}