.about-wrapper {
  width: 100%;
  min-height: 100vh;
}

.about-container {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.6; /* This makes the text more readable */
}
.about-header {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 30px;
  background-color: rgb(248, 248, 248);
  line-height: 1.6; /* This makes the text more readable */
}
.about-container h1 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.about-container h2 {
  margin-top: 20px;
  color: #444;
}

.about-container h3 {
  margin-top: 15px;
  color: #555;
}

.about-container p {
  margin-bottom: 15px;
  color: #555;
}

.about-container ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.about-container ul li {
  margin-bottom: 10px;
  list-style: none;
}
.sub-section-padding {
  padding-left: 50px;
}
