.about-page {
  padding: 140px 4% 80px 4%;
  background-color: var(--bg-main);
  min-height: 100vh;
  transition:
    background-color 0.5s ease,
    color 0.5s ease;
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
}

.about-title {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  color: var(--text-main);
  letter-spacing: 1px;
}

.about-description {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
