.yb-logo-slider-section{
  max-width: 100% !important;
  width: 100% !important;
  text-align: center;
  padding:48px 0 32px 0 !important;
margin-bottom : 0;
}

.yb-logo-slider-section .yb-heading:before {
    content: "";
    display: inline-block;
    background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.9188 4.09063C12.7875 4.03125 12.6469 4 12.5 4C12.3531 4 12.2125 4.03125 12.0813 4.09063L6.19689 6.5875C5.50939 6.87813 4.99689 7.55625 5.00001 8.375C5.01564 11.475 6.29064 17.1469 11.675 19.725C12.1969 19.975 12.8031 19.975 13.325 19.725C18.7094 17.1469 19.9844 11.475 20 8.375C20.0031 7.55625 19.4906 6.87813 18.8031 6.5875L12.9188 4.09063ZM16.0313 10.5312L12.0313 14.5312C11.7375 14.825 11.2625 14.825 10.9719 14.5312L8.97189 12.5312C8.67814 12.2375 8.67814 11.7625 8.97189 11.4719C9.26564 11.1813 9.74064 11.1781 10.0313 11.4719L11.5 12.9406L14.9688 9.46875C15.2625 9.175 15.7375 9.175 16.0281 9.46875C16.3188 9.7625 16.3219 10.2375 16.0281 10.5281L16.0313 10.5312Z" fill="%23010E3A"/></svg>');
    background-size: 24px;
    background-repeat: no-repeat;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-position: center;
}
.yb-slider-heading h5 {
    margin: 0 0 16px 0;
}

.yb-logo-slider{
    max-width: 100% !important;
    width: 100% !important;
    padding-top: 16px;
}



.yb-logo-slider-section .yb-logo-slider {
    margin: 0 !important;
}

.logo_slider{
    margin: 0 25px;
}

.logo_slider img{
    margin:  0 auto;
    max-height: 60px; 
    object-fit: cover; 
}
.yb-logo-slider-section .slick-track {
    display: flex;
    align-items: center;
    margin: 0 -25px;
}


@media screen and (max-width: 1024px) {
    .yb-logo-slider-section .slick-track {
    margin: 0 -8px;
}
 .logo_slider{
        margin: 0 8px;

    }
    .logo_slider img {
        object-fit: cover;
        max-height: 40px;
    }
   
    .yb-logo-slider-section{
        padding-top:32px !important;
        padding-bottom:24px !important;

    }
    
}
@media screen and (max-width: 767px) {
.logo_slider {
    padding: 0 12px;
}
}