#main-div {
  min-height: 100vh;
}

/* Hero 1 */

#hero-1 {
  padding-top: 80px;
  padding-bottom: 30px;
  background: #4f7234;
}

#hero-1 img {
  width: 300px;
  object-fit: contain;
  object-position: center;
}

/* About Us */

#about-us img {
  width: 100%;
  height: 250px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
  box-shadow: -4px 4px 9px var(--bs-gray-700);
}

#about-us div::last-child {
  background: #4f7234;
}

