.service-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.service-title-all.line {
    position: relative;
}



.service-slider img {
    width: 100%;
}







.ali-center {
    align-items: center;
}

.icon {
    color: #fff;
    background-color: #14307e;
    padding: 11px;
    border-radius: 50px;
    height: 41px;
    width: 41px;
    display: block;
}


.btn-link .text {
    margin-right: 20px;
}

@media screen and (min-width: 1323px) {
    .image.container-img-right {
        padding-left: 0 !important;
    }

    .item-left {
        padding-left: 0 !important;
    }

    .swiper.service-slider .swiper-wrapper {
        padding-left: 15px;
    }
}

@media screen and (min-width: 768px) {
    .button-right {
        width: 250px;
        margin-left: auto;
    }

    .service-title-all .title-image {
        font-size: 120px;
        color: #d4dbeb;
        font-family: 'Shadows Into Light', cursive;
        text-align: center;
        margin-top: 20px;
    }

    .service-title-all.line::before {
        content: "";
        position: absolute;
        top: 57%;
        border-top: 1px solid #a6a6a6;
        width: 108%;
        left: 28%;
        z-index: -1;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        font-size: 20px;
        color: #fff;
        font-weight: 700;
    }


    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        font-size: 20px;
        color: #fff;
        font-weight: 700;
    }


    .swiper-button-next,
    .swiper-button-prev {
        background-color: #14307e;
        padding: 23px;
        border-radius: 45px;
    }

    .tex-end {
        text-align: end;
    }

    .btn-link {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .button-right {
        margin-top: -60px;
    }

    .mr-left {
        margin-left: 36px;
    }

    .service-title {
        font-size: 32px;
        font-weight: 400;
        color: #14307e;
        width: 100%;
    }

    .title-image {
        width: 331px;
        position: relative;
    }
}

.service-title {
    text-align: center;
}

@media screen and (max-width: 767px) {

    .service-title-all .title-image {
        font-size: 60px;
        color: #d4dbeb;
        font-family: 'Shadows Into Light', cursive;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        font-size: 12px;
        color: #fff;
        font-weight: 700;
    }


    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        font-size: 12px;
        color: #fff;
        font-weight: 700;
    }


    .swiper-button-next,
    .swiper-button-prev {
        background-color: #14307e;
        padding: 12px;
        border-radius: 45px;
        height: 30px;
        width: 30px;
    }

    .service-title-all.line .title-image {
        margin-bottom: 10px;
    }

    .ali-center .title-image {
        margin-top: 30px;
    }

    .btn-link {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .service-title {
        font-size: 21px;
        font-weight: 400;
        color: #14307e;
        width: 100%;
    }

    .title-image {
        position: relative;
        text-align: center;
        width: 50%;
        margin: auto;
    }
}