.cmp-accordion-container__title {
  font-size: 1.5rem;
  font-family: var(--headline-font);
  text-transform: none;
  font-weight: var(--heading-regular-weight);
  -webkit-font-smoothing: antialiased;
  color: #000;
  margin: 20px 0;
  line-height: 1;
}
.cmp-accordion-container__title b,
.cmp-accordion-container__title strong {
  font-weight: var(--heading-bold-weight);
}
.cmp-accordion-container__title span.gray {
  color: #bbbbbb;
}
