/*******************************************
<-- Start Carcity Brand section css -->
********************************************/
.brand-section {
  padding: 100px 0 100px;
  background: #f5f5f5;
}

.single-brand-thumb {
  display: flex;
  justify-content: center;
}


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