.about-us-title {
  color: var(--orange);
}

.inner-section {
  background-image: url("../../images/hero-img2.png");
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-us-desc {
  line-height: 178%;
  color: var(--secondary);
}

img.about-us-cover-image {
  width: 100%;
  aspect-ratio: 20/7;
  max-height: 500px;
  min-height: 200px;
  object-fit: cover;
  border-radius: 20px;
}