/* ----------------------------------------------------
	FAQ
-----------------------------------------------------*/
h4 {
	padding: 0.4em 0em;
	color:#3f3f46;
	border-top: dashed 2px #3f3f46;
	border-bottom: dashed 2px #3f3f46;
	background-color:#f9f9f9;
}
.bannerf {
	background: #fbdb01 url('../images/faq/bg.svg') no-repeat;
	background-size: 38% auto;
	min-height: 100px;
}
.titlef {
	margin-top: 0;
	letter-spacing:0px;
	margin-bottom: 1.4em;
}
@media only screen and (max-width: 768px) {
	.container {padding-right: 0px;padding-left: 0px;margin-right: auto;margin-left: auto;}
}

@media screen and (max-width: 1024px) {
.bannerf {
 background: #fbdb01 url('../images/faq/bg.svg') no-repeat;
 background-size: 52% auto;
 min-height: 80px;
}
}