our_services_bg2{
  	position: relative;
}
.our_services_bg2:before {
  position: absolute;
    background-size: contain !important;
    width: 1000px;
    content: '';
    background: url(/images/Our_Services/BG_2.png);
    height: 1000px;
    top: 0px;
    bottom: -330px;
    left: 0px;
    margin: auto;
    background-repeat: no-repeat;
    z-index: -10 !important;
}