.gm_pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 92px;
    padding-top: 5px;
}
.gm_pagination_smore {
    width: 224px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    color: rgba(207, 136, 136, 1);
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 100px;
    background: rgba(249, 246, 237, 1);
    transition: all .5s;
}
.gm_pagination_smore svg {
    margin-left: 6px;
}
.gm_pagination_smore:hover path {
    transition: all .5s;
}
.gm_pagination_smore:hover {
    background: rgba(207, 136, 136, 1);
    color: #ffffff;
}
.gm_pagination_smore:hover path {
    stroke: #ffffff;
}
/**/
.gm_pagination_right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.gm_pagination_right li {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    background: rgba(249, 246, 237, 1);
    overflow-y: hidden;
    position: relative;
    margin: 0 4px;
}
.gm_pagination_right li a,
.gm_pagination_right li span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gm_pagination_right li a {
    color: rgba(207, 136, 136, 1);
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    background: rgba(249, 246, 237, 1);
    transition: all .5s;
}
.gm_pagination_right li a:hover {
    color: #ffffff;
    background: rgba(207, 136, 136, 1);
}
.gm_pagination_right li span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    background: rgba(207, 136, 136, 1);
}
.gm_pagination .bx-pag-next {
    display: none !important;
}

.page_services .section__header .swiper_arrow {
    display: none;       
}

.page_services .gm_pagination_left {
        display: none;
}
.page_services .gm_pagination_right {
    margin-left: auto;
}
@media (max-width: 1023px) {
    .page_services .gm_pagination {
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
     .page_services__grid .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page_services__grid .swiper-slide {
        flex: 0 0 calc((100% - 45px) / 3);
        max-width: calc((100% - 45px) / 3);
        margin-right: 15px;
        margin-bottom: 15px;
        height: auto;
    }
}
    

@media (max-width: 768px) {
   
    .gm_pagination_right {
        width: 100%;
        
    }
    
   
    .gm_pagination_smore {
        width: 100%;
    }
    .page_services__grid .swiper-slide {
        flex: 0 0 calc((100% - 45px) / 2);
        max-width: calc((100% - 45px) / 2);
        margin-right: 15px;
        margin-bottom: 15px;
        height: auto;
    }
    .service_item__info .d_title {
        font-size: 18px;
    }
    .page_content {
        font-size: 14px;
    }
}
@media (max-width: 560px) {
    .page_services__grid .swiper-wrapper {
        display: block;
    }
    .page_services__grid .swiper-slide {
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
        height: auto;
    }
}