var swiper = new Swiper(".swiper-cards-right", { slidesPerView: 1, direction: 'horizontal', spaceBetween: 30, loop: false, centeredSlides: true, breakpoints: { 640: { slidesPerView: 1, spaceBetween: 30, direction: 'horizontal', centeredSlides: true, }, 768: { slidesPerView: 1, spaceBetween: 30, direction: 'horizontal', centeredSlides: true, }, 1024: { slidesPerView: 2, spaceBetween: 20, direction: 'vertical', loop: false, }, }, });