.about-us-page {
  background-color: #f9f9f9;
  color: #333;
}

.about-us-page h1,
.about-us-page h2 {
  font-weight: bold;
}

.about-us-page ul {
  list-style: disc inside;
  margin-left: 1.5rem;
}

.about-us-page img {
  max-width: 100px;
  height: auto;
  border: 3px solid #ddd;
} 