.section-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-4) var(--space-8);
  margin-block-end: var(--space-10);
}

.section-heading__text {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  max-inline-size: 40rem;
}

.section-heading__title {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: var(--weight-semibold);
}

.section-heading__description {
  color: var(--color-text-muted);
  font-size: var(--text-base);
}
