.about-section {
  background-color: #f7f7f7;
  padding: 4rem 1rem;
}

.about-title h2 {
  color: #034b5b;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

.about-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}
