.content-faq .question {
    font-weight: bold;
    font-size: 15px;
	color: #00789A ;
	margin:0px ; 
/*    line-height: 1.5em;*/
    /*margin-bottom: 50px;*/
}

.content-faq .answer {
    font-size: 15px;
    color: #777777;
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-left: 30px;
    font-weight: bold;

}