.accounting-service {
  background: linear-gradient(180deg, #1a187d 0%, #3d3ad6 100%);
}

.accounting-left-img {
  position: absolute;
  left: -160px;
  bottom: -40px;
  z-index: 2;
}

.accounting-right-img {
  position: absolute;
  right: -100px;
  top: 15px;
  z-index: 2;
}

.accounting-right {
  display: inline;
}

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

  .accounting-left-img {
    left: -100px;
  }

  .accounting-right-img {
    right: initial;
  }

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


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

  .accounting-right-img {
    width: 300px;
  }
}