


.vendors{padding-top:120px;overflow:hidden;}
.vendors-subtitle{font-size:24px;line-height:31px;text-transform:uppercase;color:var(--main);padding-bottom:25px;font-family:"Bicubik",sans-serif;}
.vendors-title{font-size:60px;line-height:72px;text-transform:uppercase;font-family:"Bicubik",sans-serif;padding-bottom:60px;}
.vendors-title strong{color:var(--main)}
.vendors-items{}
.vendors-item{box-shadow:0 0 40px 0 rgba(0,0,0,0.1);height:120px;width:100%;background-position:50% 50%;background-repeat:no-repeat;min-width:173px;width:100%;transition:background-color 0.25s,filter 0.25s;filter:grayscale(1);}
@media (hover: hover){
    .vendors-item:hover{background-color:#000;filter:grayscale(0)}
}
@media (max-width:991px){
    .vendors{padding-top:50px;}
    .vendors-subtitle{font-size:20px;line-height:24px;padding-bottom:15px;}
    .vendors-title{font-size:32px;line-height:38px;padding-bottom:30px;}
}




