.about-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
}

.about-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.7;
  color: #333;
}

.about-container h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #222;
}

.about-container h3 {
  font-size: 22px;
  margin-top: 30px;
  color: #444;
}

.about-container p {
  margin-bottom: 20px;
  font-size: 16px;
}

.about-container ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.about-container ul li {
  margin: 10px 0;
  font-size: 16px;
}

.about-container ul li::before {
  content: "✔ ";
  color: #1e8c82;
  font-weight: bold;
}

.about-container .closing {
  font-weight: bold;
  font-size: 18px;
  color: #1e8c82;
  margin-top: 30px;
  text-align: center;
}