.payroll-service {
  background: linear-gradient(180deg, #2896C8 0%, #A0F5F5 100%);
}

.payroll-left-img {
  position: absolute;
  z-index: 2;
  width: 420px;
  left: -130px;
  top: 35px;
}

.payroll-right-img {
  position: absolute;
  right: -100px;
  bottom: -135px;
  z-index: 2;
  width: 420px;
}

.payroll-right {
  display: inline;
}

@media screen and (max-width: 1500px) {
  .payroll-right {
    display: flex;
    justify-content: center;
    position: relative;
    top: -50px;
    width: 100%;
  }

  .payroll-right-img {
    width: 320px;
    right: -20px;
  }

  .payroll-left-img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .payroll-right-img {
    right: -20px;
    width: 250px;
    bottom: -200px;
  }
}

@media screen and (max-width: 576px) {
  .payroll-left {
    left: 20px;
    top: -120px;
  }

  .payroll-left-img {
    width: 300px;
  }

  .payroll-right-img {
    right: 10px;
    bottom: -140px;
    width: 150px;
  }
}