new Swiper('.team-swiper', { slidesPerView: 1, spaceBetween: 24, loop: false, watchOverflow: true, navigation: { nextEl: '.team-swiper-next', prevEl: '.team-swiper-prev', }, pagination: { el: '.team-swiper-pagination', clickable: true, }, breakpoints: { 576: { slidesPerView: 2 }, 992: { slidesPerView: 3 }, 1200: { slidesPerView: 4 }, } });