.section-padding-md-equal { 
  padding-top: 0;
}
.section-heading.heading-layout1 .heading-main-title {
  margin-bottom: 50px;
}

.section-padding-md-equal {
  padding-bottom: 0px;
}

.page-banner:before {
  display: none;
}
.page-banner {
  background: url('../img/product_auditber_banner.svg');
  background-size: 100%;
  min-height: 450px;
  padding: 0 !important;
}
.section-padding-md-equal {
  padding-top: 20px !important;
}
.page-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
}

.my-container {
  color: #fff;
  font-size: 18px;
}
.service-box-layout1 {
  box-shadow: 0px 10px 50px rgba(56, 96, 237, 0.1);
}
@media only screen and (min-width: 992px){
  .service-wrap-layout1 {
    background: url('../img/Group 84.svg') calc(45vw - 600px) 50px no-repeat, 
    url('../img/Group 84.svg') calc(50vw + 450px) 750px no-repeat;
  }
}
.container .breadcrumbs-area {
  position: relative;
}
.container .breadcrumbs-area h1{
  padding-bottom: 40px;
}
.container .breadcrumbs-area .line {
  width: 40px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
}
