.faq-box {
	margin-top: 20px;
}
.faq-box > .item {
	padding: 10px;
	border: 1px solid #187c77;
	margin-bottom: 10px;
}
.faq-box > .item:last-child {
	margin: 0;
}
.faq-box > .item > .question {
	font-weight: 800;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #187c7736;
}
.faq-box > .item > .answer {
	
}