/*******************************************
<-- 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: 960px) {

  .brand-section {
  padding: 50px 0 50px;
  background: #f5f5f5;
}
}