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

.single-brand-thumb {
  display: flex;
  justify-content: center;
}
 .single-brand-thumb img{
      max-width:81px;
      aspect-ratio: 1.5;
      object-fit: cover;
 }
.brand-section h3 {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 54px;
    text-transform: capitalize;
    padding: 0px 0 100px;
    background: #f5f5f5;
}

@media screen and (max-width:480px){
  .brand-section{
        padding: 20px 0;
  }
  .brand-section h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
    padding: 0px 0 20px;
    background: #f5f5f5;
}
}