/* About section */
.about {
  min-height: auto;
  height: 100vh;
  display: flex;
  align-items: center;
}

.about-text p {
  margin-bottom: 1rem;
}

.stat-number {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--accent-color);
}

.stat-label {
  display: block;
  color: var(--secondary-text);
}

.stats {
  display: flex;
}

.stat {
  text-align: center;
  flex: 1;
  margin-top: 1rem;
}