.faq_heading h1 {
	font-weight: 700;
	font-family: var(--font-h3--family);
}

@media only screen and (max-width:767px){
.faq_heading .text-block, .faq_heading .text-block h1 {
	width: 100%;
	text-align: center;
	display: block;
	max-width: 100%;
}
.faq-rightside .accordion {
	margin-bottom: 40px;
}
}