Hello There,
Thanks for writing in! To change the colors of the accordion heading titles, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-accordion-heading .x-accordion-toggle,
.x-accordion-heading .x-accordion-toggle.collapsed,
.x-accordion-heading .x-accordion-toggle:hover {
background-color: red;
color: #fff;
}
Feel free to change the colors to match your site palette. Please let us know how it goes.