/* ====== About Page =========  */
.about-section {
  padding: 2rem 1rem;
  max-width: 900px;
  margin: 2rem auto;
}

.about-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--accent-primary);
}

.about-paragraph {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  text-align: justify;
}
