.crm-service {
  background: linear-gradient(180deg, #0A760A 0%, #46A846 97.4%);
}

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

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

.crm-left {
  display: inline;
}

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

  .crm-right-img {
    display: none;
  }

  .crm-left-img {
    left: -50px;
  }
}


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

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