/*.js-services .intro__btn--short {
    width: 380px !important;
}*/

.js-services.swiper-scroll-x.swiper-container-horizontal > .swiper-scrollbar {
    bottom: 0px;
}

.intro__btn {

}

@media (min-width: 768px){
    .no-js-services {
        display: none !important;
    }
    .js-services {
        padding-bottom: 30px !important;
    }
    .intro__btn .btn {
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }
    .js-services .intro__btn--short {
        width: 380px !important;
    }
}

@media (max-width: 767.98px){
    .js-services {
        display: none !important;
    }
}