.section-divider {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.section-divider h2 {
  color: var(--c-800);
  font-size: 1.1rem;
  font-weight: 700;
  white-space: nowrap;
}

.section-divider-rule {
  flex: 1;
  height: 1.5px;
  background: #e2e8f0;
  border-radius: 1px;
}
