@media only screen and (max-width: 1599px) {
  .img-9 {
    top: 10% !important;
  }
}

@media only screen and (max-width: 1439px) {
  .custom-img1 {
    right: -75px;
  }
}

@media only screen and (max-width: 1199px) {
  .custom-img1 {
    right: 0;
  }

  .custom-img4 {
    left: 3% !important;
  }
}

@media only screen and (max-width: 1024px) {
  .img-9 {
    top: 0 !important;
  }

  .img-8 {
    max-width: 140px !important;
  }

  .custom-img4 {
    width: 175px !important;
    left: 5% !important;
  }
}

@media only screen and (max-width: 991px) {
  .custom-img1 {
    width: 70% !important;
    margin-top: 37% !important;
  }

  .custom-img2 {
    width: 21% !important;
  }

  .custom-img3 {

  }

  .custom-img4 {
    top: -2% !important;
    left: 4% !important;
    max-width: 50% !important;
  }
}