.services-list {
    margin-bottom: 5rem;
}

.services .swiper-scrollbar{
    display: none;
}

@media screen and (min-width: 90rem) {
    .services .swiper-pagination {
        display: none;
    }

    .services .swiper-scrollbar{
        display: block;
    }
}