

.hero-brand-sliderbx{
    overflow:hidden;
}

.heroBrandSwiper{
    overflow:visible;
}

.heroBrandSwiper .swiper-wrapper{
    transition-timing-function: linear !important;
    align-items:center;
}

.heroBrandSwiper .swiper-slide{
    width:auto !important;
    flex-shrink:0;
}

.heroBrandSwiper .swiper-slide img{
    display:block;
    width:auto;
    height:48px; /* adjust */
    max-width:none;
}
/*
.hero-brand-sliderbx{
    overflow:hidden;
    width:100%;
}

.hero-brand-slider .slick-track{
    display:flex !important;
    align-items:center;
}

.hero-brand-slider .slick-slide{
    width:auto !important;
    margin-right:60px; 
}

.brand-placeholder{
    width:auto;
    display:flex !important;
    align-items:center;
    justify-content:center;
}




@media (max-width: 767px) {	
.hero-brand-slider .slick-slide{
    margin-right:32px; 
}
.proposal-page .hero-brand-slider{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.proposal-page .brand-placeholder img{height:37px;}
}



*/