/* Section Styling */
.about-section {
  margin-bottom: 5rem;
}

.about-section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.about-section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--text-primary);
  letter-spacing: -0.01em;
}

.about-section-subtitle {
  font-size: 1.15rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 650px;
  margin: 0 auto;
}
