.hero-banner {
  min-height: 500px;
}
.hero-banner .img-banner {
  position: relative;
  bottom: -50px;
  z-index: 0;
}
.hero-banner .img-services {
  margin-bottom: 0;
  position: absolute;
  right: 80px;
  bottom: 130px;
  rotate: 280deg;
}
.hero-banner .col-content {
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .hero-banner .img-services {
    bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-banner .container-xxl {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 1025px) {
  .hero-banner {
    min-height: 657px !important;
  }
  .hero-banner .img-banner {
    position: absolute !important;
    bottom: -200px !important;
    right: 0;
  }
  .hero-banner .img-services {
    right: -100px;
    top: -50px;
    rotate: 0deg;
  }
}