.slide-brand {
  width: 100%;
  height: 100%;
  z-index: 2 !important;
  margin-top: 13.75rem;
  display: flex;
  align-items: center;
  gap: 55px;
  will-change: transform;
}
.slide-brand img {
  display: block;
  width: auto;
  height: 75px;
  object-fit: contain;
  filter: grayscale(100%) brightness(50%);
}
