.brands-section{
    margin: auto;
    padding: 10px;
    background-color: #ffffff;
}

  .brands-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    overflow: hidden;
    background-color: #ffffff;
    padding: 10px;
    max-width: 450px;
  }
  
.brands-section > h2{
    padding: 30px;
    color: #121212;
    text-align: center;
    font-family: 'Gabarito', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

  .brand-logo-container{
    max-width: 80px;
  }
  
  .car-brand-logo-container{
    max-width: 50px;
  }

  .car-brand-logo-container > img{
    max-height: 100%;
    max-width: 100%;
    transition: 1s;
  }

  .brand-logo-container > img{
    max-height: 100%;
    max-width: 100%;
    filter: saturate(0);
    transition: 1s;
  }