.about-us-section {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  background-color: #f9f9f9;
}

.about-us-container {
  background-color: #ffffff;
  max-width: 800px;
  width: 100%;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  font-family: Arial, sans-serif;
  line-height: 1.7;
  color: #333;
}

.about-us-updated {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.about-us-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  color: #111;
}

.about-us-content p {
  margin-bottom: 16px;
  font-size: 16px;
}

h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #111;
}

h3 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #222;
}

h4 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #444;
}

ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

ul li {
  margin-bottom: 10px;
  list-style-type: disc;
  line-height: 1.6;
  color: #333;
}
