.humans-service {
  background: linear-gradient(180deg, #005CE1 0%, #2098FF 100%);
}

.humans-center-img {
  display: flex;
  justify-content: center;
  position: relative;
  right: -160px;
}

.humans-center-img {
  position: absolute;
  width: 1600px;
  bottom: 116px;
}

@media screen and (max-width: 1707px) {
  .humans-center-img {
    right: -50px;
  }

  .humans-center-img {
    width: 1400px;
  }
}

@media screen and (max-width: 1451px) {
  .humans-center-img {
    right: 0;
  }

  .humans-center-img {
    width: 1300px;
  }
}

@media screen and (max-width: 1400px) {
  .humans-center-img {
    right: -40px;
  }

  .humans-center-img {
    width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .humans-center-img {
    right: -10px;
  }

  .humans-center-img {
    width: 950px;
    bottom: 90px;
  }
}

@media screen and (max-width: 992px) {
  .humans-center-img {
    right: -30px;
  }

  .humans-center-img {
    width: 750px;
    bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .humans-center-img {
    right: -25px;
  }

  .humans-center-img {
    width: 570px;
    bottom: 48px;
  }
}

@media screen and (max-width: 576px) {
  .humans-center-img {
    right: 10px;
  }

  .humans-center-img {
    width: 500px;
    bottom: 55px;
  }

  .humans-center-img {
    display: none;
  }
}