/*******************************************
<-- Start Carcity Brand section css -->
********************************************/
.brand-section {
  padding: 80px 0;
  background: #f5f5f5;
  background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/371364/4120/1a2220e58aab26fbc8735b46a4d270c5/background-1488019_19201.png) right;
}

.single-brand-thumb {
  display: flex;
  justify-content: center;
  background: #ffffff;
  border: 1px #000 solid;
  border-radius: 10px;
}

.brand-section  .owl-carousel .owl-item:hover img {transform:scale(1.05)}
.brand-section  .owl-carousel .owl-item img {
    display: block;
    transition: 0.3s;
}

@media(max-width:991px){
  .brand-section {padding:50px 0;}
}
@media(max-width:480px){
  .brand-section {padding:20px 0;}
}