.custom-collection h2 {
  margin-top: 0;
  margin-bottom: 24px;
}
.custom-collection .swiper-container {
  margin: -8px;
  padding: 8px;
}
.custom-collection-slider .swiper-slide {
  height: auto;
}
@media (min-width: 750px) {
  .custom-collection h2 {
    margin-bottom: 34px;
  }
}
@media (min-width: 1200px) {
  .custom-collection .swiper-pagination {
    display: none;
  }
}