.slides-container {
    padding: 0 16px !important;
}

@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
  .swiper-wrapper {
    transition: none;
  }
  #partners .container {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  #partners .swiper-wrap {
    padding: 0 16px !important;
  }
}

/* Desktop: show arrows, hide bullets */
@media (min-width: 768px) {

  .swiper-pagination {
    display: none !important;
  }
}