/* 
 * FAQ Section CSS Fix
 * Ensures FAQ section headings display in lowercase and proper font size
 */

.faq-section h3 {
    text-transform: lowercase !important;
    font-size: 18px !important;
    margin-top: 20px !important;
    font-weight: 600 !important;
}

.faq-section dd {
    text-transform: lowercase !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
    line-height: 1.6 !important;
}