    .distFAQ {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        line-height: 1.6;
        margin: 0 auto;
        padding: 20px;
        color: #333;
    }
    .title_distFAQ {
        color: #2c3e50;
        border-bottom: 2px solid #3498db;
        padding-bottom: 10px;
    }
    .section_distFAQ {
        margin-bottom: 15px;
        padding: 15px;
        background: #efefef;
        border-radius: 5px;
    }
    .heading_distFAQ {
        color: #2c3e50;
        padding-left: 10px;
        border-left: 4px solid #f39c12;
        margin-top: 12px;
    }
    
    .distFAQ h2 {
		padding-top:0 !important;
		}
    
    .table_distFAQ {
        width: 100%;
        border-collapse: collapse;
        border: 2px solid #d1d1d1;
        margin: 18px 0;
    }
    .table_distFAQ th, .table_distFAQ td {
        border: 1px solid #ddd;
        padding: 12px;
        text-align: left;
    }
    .table_distFAQ th {
        background-color: #f8f9fa;
        border-bottom: 2px solid #ddd;
    }
    .list_distFAQ {
        margin-left: 20px;
    }
    .sublist_distFAQ {
        margin-top: 5px;
    }
    .intro_distFAQ {
        font-size: 1.1em;
        margin-bottom: 15px;
    }