/* About Section */
.about-section {
  width: 100%;
  padding: 3rem 2rem;
  background-color: #ffffff;
  max-width: 900px;
  margin: 0 auto;
}

.about-section h2 {
  font-size: 2rem;
  color: #1f2937;
  text-align: center;
  margin-bottom: 1.5rem;
}

.about-section p {
  margin-bottom: 1.2rem;
  color: #374151;
  line-height: 1.8;
  font-size: 1.05rem;
}
