#_desktop_logo .logo.img-responsive {
    max-height: 40px;
    width: auto;
}

.brand.brand-list-item {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}

.brand.brand-list-item .brand_content_item {
  float: none;
  min-width: 0;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 15px;
}

.brand.brand-list-item .brand-img {
  flex: 0 0 160px;
}

.brand.brand-list-item .brand-img img {
  max-width: 100%;
  height: auto;
}

.brand.brand-list-item .brand-infos {
  flex: 1;
  text-align: left;
}

.brand.brand-list-item .brand-products {
  clear: none;
  flex: 0 0 auto;
  text-align: right;
}

@media (max-width: 767px) {
  .brand.brand-list-item .brand_content_item {
    flex-direction: column;
    text-align: center;
  }
  .brand.brand-list-item .brand-img {
    flex: 0 0 auto;
    margin-bottom: 10px;
  }
  .brand.brand-list-item .brand-infos {
    text-align: center;
  }
  .brand.brand-list-item .brand-products {
    text-align: center;
  }
}