 .service-scope {
        background-image: url("https://www.jiuyetong.net/wp-content/uploads/jldz/scope-background.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .service-content {
        background-image: url("https://www.jiuyetong.net/wp-content/uploads/jldz/content-background.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .custom-services {
        background-image: url("https://www.jiuyetong.net/wp-content/uploads/jldz/custom-services.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }



    .flex {
        display: flex;
    }

    .flex-double-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .flex-column {
        display: flex;
        flex-direction: column;
    }

    .scope-text-one {
        font-style: italic;
        letter-spacing: 18px;
        margin-bottom: 10px;
        color: #b5b5b5;
        font-size: 24px;
    }

    .scope-text-two {
        font-size: 32px;
        color: #0c0c0c
    }

    .scope-text-three {
        font-size: 20px;
        color: #0c0c0c
    }

    .scope-text-four {
        font-size: 16px;
        color: #0c0c0c;
        margin-top: 20px;
    }

    .scope-header {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 100px 0 0 0;
    }

    .scope-main {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 50px;
        margin-top: 70px;

    }

    .content-main-one {
        display: grid;
        grid-gap: 100px;
        grid-template-columns: 4fr 6fr
    }

    .content-main-two {
        display: grid;
        grid-gap: 100px;
        grid-template-columns: 6fr 4fr;
        margin-top: 60px;
    }

    .scope-item {
        height: 475px;
        display: grid;
        grid-template-rows: 1fr 1fr;
    }

    .circle {
        width: 147px;
        height: 147px;
        background-color: #ffffff;
        border-radius: 50%;
    }

    .box-grid {
        display: grid;
        grid-template-rows: 1fr 1fr;
    }

    .custom-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .dashed-line {
        border: 1px solid #c1c1c1;
        margin-top: 2px;
        width: 20px;
    }

    .content-text-one {
        font-weight: bold;
        font-size: 28px;
        color: #0c0c0c;
        margin-bottom: 10px;
    }

    .content-text-two {
        font-size: 20px;
        color: #0c0c0c;
    }

    .content-text-three {
        font-size: 23px;
        color: #0c0c0c;
    }

    .content-main-three {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 50px;
        margin-top: 70px;
    }

    .y-circle {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
        margin-top: 50px;
    }

    .custom-circle {
        width: 130px;
        height: 130px;
        background-color: #feda6a;
        border-radius: 50%;
        position: relative;
    }

    .custom-circle:after {
        content: "";
        position: absolute;
        width: 100px;
        height: 100px;
        border: 2px solid #feda6a;
        border-radius: 50%;
    }

    .custom-box-two {
        align-items: flex-end;

    }

    .pag-header {
        background-color: #f3f3f3;
        height: 217px;
    }

    .pag-h-item {
        height: 67px;
        background-color: #ffffff;
        width: 171px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pag-main {
        height: 426px;
        margin-top: 50px;

    }

    .pag-m-item {
        height: 166px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .pag-main-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .pag-line {
        border: 1px solid #0c0c0c;
        margin-top: 2px;
        width: 30px;
    }

    .al-line {
        border: 3px solid #f9c929;
        margin-top: 5px;
        width: 30px;
    }

    .al {
        background-image: url("https://www.jiuyetong.net/wp-content/uploads/jldz/al-background.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hzdz-one-left {
        display: grid;
        grid-template-rows: 1fr 9fr;
        height: 458px;
        background: linear-gradient(to bottom, #789cff,  #6b85ff);
        border-radius: 10px;
        width: 100px;
    }

    .dzhz-line-one {
        position: absolute;
        top: 35px;
        height: 7px;
        width: 100px;
        background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
    }
    
        .dzhz-line-two {
        position: absolute;
        top: 35px;
        height: 7px;
        width: 100px;
        background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
    }

    .dzhz-text-one {
        color: #fffffd;
        font-size: 30px;
        line-height: 1;
        margin-top: 5px;
    }
    
    .dzhz-text-two{
                color: #fffffd;
        font-size: 32px;
        line-height: 1;
    }

    .hzdz-two-left {
        margin-left: 40px;
    }
    
    

    .hzdz-left-img {
        margin-top: 30px;
    }
    
    .hzdz-two-right{
                display: grid;
        grid-template-rows: 1fr 9fr;
        height: 458px;
        background: linear-gradient(to bottom, #ffda6b,  #f8c929 );
        border-radius: 10px;
        width: 100px;
    }