#withBrands .swiper .swiper-slide {
  position: relative;
  background: white;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .mt-md-10 {
    margin-top: 2rem;
  }
}
