/* Fix title-casing */
body { text-transform: none !important; }
#faq .accordion-button, #faq .accordion-body { text-transform: none !important; }

/* Force disable any text-transform */
* { text-transform: none !important; }
