.faq-container .faq-answer {
	display: none;
}

.faq-container .faq-item.active .faq-answer {
	display: block;
}

.faq-container .faq-question {
	cursor: pointer;
}