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

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


@media screen and (max-width:480px){
  .brand-section {
    padding: 20px 0;
    background: #f5f5f5;
}
}