.section-wrap .slider-brands { 
  padding-bottom: 0em; 
/*   padding-top: 2em; */
}

.slider-brands .top-overview {
  margin-bottom: 3em;
}

.slider-brands .brand-container{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;

}

.brand-container .brand-logo {
  max-width: 120px;
/*   margin: 2em; */
/*   padding:2em;	 */
  text-align: center;
  display:flex;
  align-self: center;
  margin: 0 2em 2em 2em;
}


.brand-container .brand-logo img {
/*   width: 100%; */
/*   height: auto;
 */
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media(max-width: 768px) {
  .slider-brands .top-overview {
    margin-bottom:2em;
    flex-wrap:wrap;
  }

  .brand-container .brand-logo {
    max-width: 23%;
  }

}

@media(max-width:480px){
  .brand-container .brand-logo {
    max-width: 31%;
/*     margin: 2%; */
    margin: 0em 1em 1em 1em;
  }
  .slider-brands .brand-container {
    justify-content: space-evenly;
}