/*styles for the template partial Hero and Hero type 1*/
section.faq{
    padding: 40px 0 0;
    position: relative;
}

section.faq .faq-content{
	margin-bottom: 20px;
}


section.faq .faq-content .faq h2{
	margin-bottom: 0;
}

section.faq .faq-content .faq{
	margin: 70px 0;
}


/***********************/
/* Responsive styles */
/***********************/
@media (max-width: 768px){

}

@media (max-width: 992px){


	section.faq .section-subtitle{
		margin-bottom: 0;
	}

}



@media (min-width: 992px){


	section.faq .faq-content{
		padding-left:40px;
	}
		

	.column-text .faq-header{
		 width: 100% !important;
	}


    .faq-header h2{
    	font-size: 40px !important;
		display: flex;
		width: 100%;
	}

	.faq-header div{
		font-size: 15px;
	}

}


@media (min-width: 1200px){

 
}

@media (min-width: 1800px){

}

