.cmp-connect-tab-header__title {
  font-size: 2rem;
  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;
  font-weight: var(--heading-light-weight);
}
.cmp-connect-tab-header__title .ss-icon {
  vertical-align: middle;
}
.cmp-connect-tab-header__title b,
.cmp-connect-tab-header__title strong {
  font-weight: var(--heading-bold-weight);
}
.cmp-connect-tab-header__title span.gray {
  color: #bbbbbb;
}
