/* Section Header */
.section-header {
  text-align: center;
  margin-bottom: 2rem;
  padding-top: 2rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: hsl(var(--primary));
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.section-description {
  text-align: center;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  /* max-width: 700px; */
  line-height: 1.6;
}
