body {
	background-image: none;
}
div.faqs-container {
	margin: 0 auto;
	padding: 20px;
}
div.faqs-container h1 {
	padding: 0px;
}
div.faq {
	border-bottom: 1px dotted #001549;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
span.question:hover {
	cursor: pointer;
}
span.question:before {
	content: "+ ";
	font-style: normal;
}
div.answer {
	padding-top: 10px;
}
div.faq p,
div.faq p * {
	font-size: 14px !important;
	font-family: 'Poppins' !important;
	line-height: 1.5em !important;
}