/**
 * Global Science — Section heading component
 */

.gs-section-heading {
  margin: 0 0 2.5rem;
}

.gs-section-heading--center {
  text-align: center;
}

.gs-section-heading--start {
  text-align: start;
}

.gs-section-heading__label {
  color: var(--gs-color-text);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin: 0;
}

.gs-section-heading__title {
  color: var(--gs-color-text);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 2.375rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 1280px) {
  .gs-section-heading__label {
    font-size: 1rem;
  }

  .gs-section-heading__title {
    font-size: 1.75rem;
  }
}
