/**
 * Craftory Box — Questions page
 */

.questions-page {
	width: 100%;
	max-width: none;
	background: var(--front-white);
	color: var(--front-black);
}

.questions-hero {
	background: var(--front-white);
}

.questions-hero__inner {
	padding-top: clamp(40px, 5vw, 56px);
	padding-bottom: 87px;
}

.questions-hero .front-section-head {
	margin-bottom: 0;
}

.questions-page .about-faq__inner {
	padding-top: 0;
	padding-bottom: clamp(64px, 8vw, 96px);
}
