.yunzi-section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 48rem;
  margin: 0 0 3rem;
  text-align: left;
}

.yunzi-section-kicker {
  margin: 0 0 12px;
  color: var(--yunzi-brand-gold);
  font-family: Inter, "Noto Sans SC", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}

.yunzi-section-title {
  margin: 0;
  color: var(--yunzi-brand-deep);
  font-family: "Noto Sans SC", Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-wrap: balance;
}

.yunzi-section-summary {
  max-width: 48rem;
  margin: 16px 0 0;
  color: var(--yunzi-secondary);
  font-family: "Noto Sans SC", Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  text-wrap: pretty;
}

.yunzi-section-heading--center {
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.yunzi-section-heading--center .yunzi-section-summary {
  margin-right: auto;
  margin-left: auto;
}

.yunzi-section-heading--inverse .yunzi-section-title {
  color: var(--yunzi-brand-white);
}

.yunzi-section-heading--inverse .yunzi-section-summary {
  color: var(--yunzi-muted);
}

@media (max-width: 767px) {
  .yunzi-section-title {
    font-size: 30px;
  }
}
