
    body .ly_service_3 .service_box .service_item .s_img {width: 90px;}
    body .ly_service_3 .service_box .service_item:nth-child(1),
    body .ly_service_3 .service_box .service_item:nth-child(2),
    body .ly_service_3 .service_box .service_item:nth-child(3),
    body .ly_service_3 .service_box .service_item:nth-child(5),
    body .ly_service_3 .service_box .service_item:nth-child(6),
    body .ly_service_3 .service_box .service_item:nth-child(7) {position: relative;}
    body .ly_service_3 .service_box .service_item:nth-child(1)::after,
    body .ly_service_3 .service_box .service_item:nth-child(2)::after,
    body .ly_service_3 .service_box .service_item:nth-child(3)::after,
    body .ly_service_3 .service_box .service_item:nth-child(5)::after,
    body .ly_service_3 .service_box .service_item:nth-child(6)::after,
    body .ly_service_3 .service_box .service_item:nth-child(7)::after {content: '';position: absolute;right:  0px;top: 80px;transform: translateY(-50%);width: 1px;height: 120px;background-color: #00000080;}
    @media (max-width: 1000px) {
        body .ly_service_3 .service_box .service_item::after {display: none !important;}
        body .ly_service_3 .service_box .service_item:nth-child(2n+1)::after {display: block !important;content: '';position: absolute;right: 0px;top: 50px;transform: translateY(-50%);width: 1px; height: 70px;background-color: #00000080;}
    }
