.slider-brand {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}

.slider-brand .item {
  display: inline-block;
  margin-right: 10px; /* Adjust as needed */
}

.slider-brand img {
  max-width: 100%;
  height: auto;
  display: block;
}
