.collection-slider .collection-slider-heading-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 575.98px) {
  .collection-slider .collection-slider-heading-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 7px;
  }
}
@media only screen and (max-width: 768.98px) {
  .collection-slider .swiper {
    margin-right: -1.5rem;
  }
}
