.homeImg2 {
  width: 27%;
  top: 1rem;
  right: -14rem;
  z-index: 10;
}

.homeImg1 {
  width: 32%;
  top: 10rem;
  right: -8rem;
}

.homeImg3 {
  width: 50%;
  top: 0;
  left: -22rem;
}

.peopleCircles {
  border-radius: 50%;
  position: absolute;
}

@media only screen and (max-width: 980px) {
  .peopleCircles {
    display: none;
  }

}