.faq { 
    margin-left: 20px;   
    padding-left: 0;
    color: #000;
    line-height: 20px; 
    margin-top: 20px;  
    margin-bottom: 0px;    
}

.faq_list{
    padding-left: 6px;
}
  
.faq li{
    list-style: disc;
}

.block_text{
    line-height: 20px;
    color: #333333;
}

.block_text p{
    margin: 0;
    padding: 0 0 5px;
}

.faq_question{   
    font-size:18px;
    font-weight:normal;
    padding: 0;
    margin: 0;
    color: #000;
} 

.faq_line {
    width: 100%;
    height: 1px;
    border-top: 1px solid #000;
    margin-bottom: 13px !important; 
    margin-bottom: 0;  
}
