#have-more-questions{
	margin: 25px 0 15px;
	padding: 0;
}
.faq-wrap {
    position: relative;
    margin: 15px 0 0;
    padding: 0;
}
.faq-title {
	position: relative;
	display: inline-block;
	margin: 0;
    padding: 28px 45px 28px 25px;
    width: 100%;
	font-size: 22px; 
    font-weight: 600; 
    background: #f5f5f5; 
    color: #212121; 
    cursor: pointer; 
    line-height: 1;
}
.faq-title:before{
	position: absolute;
	content: "\f067";
	right: 25px;
	margin-top: 4px;
	padding: 0 6px;
	width: 20px;
	font-family: FontAwesome;
	font-size: 18px;
	font-weight: 700;
}
.faq-open{
	background: #f5f5f5;
}
.faq-open:before{
	position: absolute;
	content: "\f00d";
	right: 25px;
	margin-top: 4px;
	padding: 0 6px;
	width: 20px;
	font-family: FontAwesome;
	font-size: 18px;
	font-weight: 700;
}
.faq-content {
	position: relative;
	display: inline-block;
    padding: 0 25px 15px; 
    width: 100%; 
    vertical-align: top;
    background: #f5f5f5;
}
@media screen and (max-width: 992px){
	.faq-title{
		padding: 22px 45px 22px 22px;
		font-size: 18px;
	}
}