.mps-section-heading {
  display: grid;
  gap: var(--content-gap-small);
  max-width: 900px;
}

.mps-section-heading__line {
  width: 100%;
  height: 1px;
  margin-top: 4px;
  background: var(--mps-color-border);
}

.mps-section-heading__description {
  max-width: 720px;
  color: var(--mps-color-text-muted);
  font-size: var(--mps-body-large-size);
  line-height: var(--mps-body-large-line);
}

.mps-section-heading--center {
  justify-items: center;
  margin-inline: auto;
  text-align: center;
}
