.x-faqs__answer,
.x-faqs__question {
	padding: 1rem 1rem 0;
}
.x-faqs__question {
	margin-top: 2rem;
}
.x-faqs__answer {
	margin-left: 0;
}
.x-faqs__list :nth-child(odd of .x-faqs__answer),
.x-faqs__list :nth-child(odd of .x-faqs__question) {
	background-color: var(--gray-100);
	border-left: 2px solid var(--red-400);
}
.x-faqs__list :nth-child(even of .x-faqs__answer),
.x-faqs__list :nth-child(even of .x-faqs__question) {
	background-color: transparent;
	border-left: 2px solid var(--gray-600);
}
.x-faqs__video {
	display: block;
	margin-bottom: 1rem;
}
