@media (max-width: 767px) {
  .swiper-slide {
    flex-direction: column-reverse;
  }
  .swiper-pagination {
    position: relative;
    bottom: inherit !important;
    top: inherit;
  }
  .swiper-prev,
  .swiper-next {
    bottom: inherit;
    margin: 0 20% 24px 20%;
    font-size: 40px;
  }
  .swiper-next {
    right: inherit;
  }
  .swiper-prev {
    left: inherit;
  }
  .pagination {
    margin-top: inherit;
  }
  .manta .tab {
    min-width: 33.33%;
    padding: 0 8px 4px 8px;
  }
  .swiper-pagination-bullets {
    display: flex;
    min-width: 82px;
    justify-content: space-between;
  }
}
