.about-us {
  padding: 60px 20px;
  background: #f9fafc;
}

.about-us .container {
  max-width: 1100px;
  margin: auto;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.section-title p {
  color: #666;
}

.about-content h3 {
  margin-top: 25px;
  color: #222;
}

.about-content p {
  margin-bottom: 15px;
  line-height: 1.7;
  color: #444;
}

.about-content ul {
  margin: 15px 0 15px 20px;
}

.about-content li {
  margin-bottom: 8px;
}

.about-closing {
  margin-top: 20px;
  font-weight: 500;
}
