.about-section {
  padding: 70px 20px;
  background: #ffffff;
}

.about-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.about-section h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #222;
  position: relative;
}

.about-section h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #c89b3c;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.about-intro {
  font-size: 18px;
  font-weight: 600;
  color: #555;
  margin-bottom: 20px;
}

.about-section p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 15px;
}