.pbmit-slider-bg {
    position: relative; 
}

.pbmit-slider-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     /* background-color: rgba(23,36,57, 0.7);   */
     background-color: rgba(0, 0, 0, 0.2);

    z-index: 1;
}

.pbmit-slider-content {
    position: relative;
    z-index: 2; 
}
.new-h4{
    color:var(--my-color) !important;
}
.pbmit-btn2{
    color: #000;
    font-size: 15px;
}
.needs{
    border-radius:20px
}
.service-img img{
    height:200px;
    object-fit:cover;

}
/* .whitelabeltext{
    font-size:23px !important;
    line-height:30px !important;
} */
.service-desc p{
    font-size: 15px-;
}