.brands-swiper__holder {
  pointer-events: none;
  user-select: none;
}

.brands-block .swiper-slide {
  max-width: 300px;
}

.brands-block .content {
  padding: 30px 0 52px;
  background: var(--background);
}
.brands-block .title {
  margin-bottom: 30px;
}
.brands-block .title span {
  color: var(--main-text-secondary);
}
.swiper-wrapper {
  transition-timing-function: linear;
}
.brands-block .swiper {
  cursor: grab;
}
.brands-block .brand-item {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 150px;
  /* width: 220px !important; */
  border-radius: 15px;
  background: var(--white);
  box-sizing: border-box;
  overflow: hidden;
}
.brands-block .brand-item img {
  /* height: 100%; */
  width: 100%;
  object-fit: cover;
}
