.projects-service {
  background: linear-gradient(180deg, #EB9500 0%, #FFD15A 100%);
}

.projects-right-img {
  position: absolute;
  right: -90px;
  bottom: 20px;
  z-index: 2;
  width: 380px;
}

@media screen and (max-width: 1500px) {
  .projects-right-img {
    right: 10px;
  }
}

@media screen and (max-width: 992px) {
  .projects-right-img {
    bottom: -20px;
    width: 250px;
    right: 0;
  }
}


@media screen and (max-width: 576px) {
  .projects-right-img {
    bottom: -54px;
    width: 200px;
    right: 30px;
  }
}