.ServicesBanner-section {
  position: relative;
  /* padding-bottom: 40px; */
  border-bottom: 2px solid #ffffff;
}

.ServicesBanner-section .banner-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.616);
}
.ServicesBanner-section .heading-title-section {
  margin-bottom: 10px;
}

.ServicesBanner-section .banner-bg {
  height: 420px;
  background: url("/assets/images/services/pagebanner.png") no-repeat center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.ServicesBanner-section .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ServicesBanner-section .banner-bg {
    height: 330px;
  }
  .ServicesBanner-section .description {
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .ServicesBanner-section .banner-bg {
    height: 300px;
  }
  .ServicesBanner-section .description {
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .ServicesBanner-section .banner-bg {
    height: 260px;
  }
  .ServicesBanner-section .description {
    font-size: 13px;
    margin-top: 7px;
  }
  .ServicesBanner-section .banner-content {
    top: 53%;
  }
}
