Font Color for FAQ Item too dark
I created a new Page. With the Muffin Builder I inserted a new FAQ-Item. I want to use a dark backgroundcolor (#2b2a29) and a light color for tze text (#ff9900). But in that FAQ-Item the font color is nearly the same color i use for the background. How can i change the font color for that item or is there a way to set the backgroundcolor and fontcolor as discribed before?

Comments
There is a box below the word "FAQ". I would like to set the font-color to the same like it is in the menu and the background-color if the FAQ-item should be a bit brighter.
Thanks!
.faq .question .title, table th {color: #ff9900 !important;
}
.faq .question {
background: rgba(255,255,255,.06) !important;
}