.c-section-header__wrap {
  text-align: center;
}
.c-section-header__wrap .c-section-header__subheading {
  font-size: var(--tme-fs-body-base);
  line-height: var(--tme-lh-body-base);
  color: var(--tme-color-gray-700);
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .c-section-header__wrap .c-section-header__subheading {
    margin-top: 1rem;
  }
}
@media (min-width: 1200px) {
  .c-section-header__wrap .c-section-header__subheading {
    margin-top: 1.25rem;
  }
}

.t-teme-temp1 .c-section-header__subheading {
  font-weight: var(--tme-fw-bold);
}

.color-mode--dark .c-section-header__heading {
  color: var(--tme-color-white);
}
.color-mode--dark .c-section-header__subheading {
  color: var(--tme-color-white);
}