.services_slider__header {
    display: flex;
    justify-content: space-between;
}
h2.services_slider__title {
    margin-bottom: 0!important;
}
.services_slider__text {
    font-weight: 500;
    line-height: 150%;
    color: #10173C;
}
.services_slider-item-inner {
    background: #F8F8FB;
    border: 1px solid #F8F8FB;
}

.services_slider__item-title {
    margin-bottom: 10px;
}
.services_slider__item-text {
    border-bottom: 1px solid #D8E1E9;
}
.services_slider__item-bottom-text {
    font-weight: 600;
    line-height: 150%;
    color: #202020;
}

.ervices-slider-swiper {
    overflow: visible;
}

.services-slider-pagination {
    display: flex;
    justify-content: center;
}

body .services-slider-pagination.swiper-pagination-clickable{
    width: 320px !important;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    overflow: hidden;
}
body .services-slider-pagination.swiper-pagination-clickable .swiper-pagination-bullet{
    background: #E4E4ED !important;
    border-radius: 0;
    margin: 0 !important;
    height:6px;
}
body  .services-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #34DCA2 !important;
}

.services_slider-item-inner:hover {
    background: #FFFFFF;
    border: 1px solid #E2EBF3;
    box-shadow: 0px 41px 50px rgba(16, 22, 54, 0.04);
}

.services-slider-swiper {
    overflow: visible;
}
body .services-slider-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
    background: #E4E4ED !important;
    border-radius: 0;
    margin: 0 !important;
    height: 6px;
}

body .services-slider-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
    width: calc(100% / 6);
}

body .services-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #34DCA2 !important;
}


body .swiper-scrollbar .swiper-scrollbar-drag{
    background: #34DCA2;
    border-radius: 15px;
    height: 8px;
    top: -3px !important;

}
body .swiper-scrollbar{
    width: 320px!important;
    background: #E4E4ED;
    border-radius: 12px!important;
    height: 4px !important;
    position: relative!important;
    bottom: 0px!important;
}

.services_slider-pagination-wrapper {
    display: flex;
    justify-content: center;
}
@media screen and (min-width: 1200px) {
    .services_slider__text {
        flex-basis: 811px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1200px){
    .services_slider__text {
        flex-basis: 711px;
    }
}
@media screen and (max-width: 991px) {
    .services_slider__header {
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (min-width: 768px) {

    .services_slider__text {
        font-size: 18px;
    }

    .services_slider__header {
        margin-bottom: 50px;
    }

    .services_slider-item-inner {
        border-radius: 30px;
        padding: 40px;
    }

    .services_slider__item-icon {
        margin-bottom: 20px;
    }

    .services_slider__item-text {
        padding-bottom: 20px;
    }

    .services_slider__item-bottom-text {
        font-size: 16px;
        padding-top: 20px;
    }

    .services_slider-pagination-wrapper {
        margin-top: 50px;
    }
}

@media screen and (max-width: 768px) {
    .services_slider__text {
        font-size: 16px;
    }

    .services_slider__header {
        margin-bottom: 30px;
    }

    .services_slider-item-inner {
        border-radius: 20px;
        padding: 20px;
    }

    .services_slider__item-icon {
        margin-bottom: 12px;
    }

    .services_slider__item-text {
        padding-bottom: 12px;
        font-size: 14px;
        line-height: 1.6;
    }

    .services_slider__item-bottom-text {
        font-size: 14px;
        padding-top: 12px;
    }

    .services_slider-pagination-wrapper {
        margin-top: 40px;
    }

    .services_slider__item-icon img {
        width: 50px;
    }

    .services_slider__item-title {
        font-size: 22px;
        font-weight: 700;
    }
}
