Hi there,
Thank you for writing in! To style the accordion, just add the following code in your Customizer via Appearance > Customize > Custom > CSS:
.x-accordion-heading .x-accordion-toggle {
background-color: #004b87 !important;
}
.x-accordion-heading .x-accordion-toggle.collapsed {
background-color: #004b87 !important;
}
.x-accordion-inner {
font-family: "open sans" !important;
}
Let us know how this goes!