
    .ly_service_1 .service_box .service_item::after { display: none;}
    @media screen and (min-width: 1000px) {
        .ly_service_1 .service_box .service_item.Service-2::after {  content: ''; position: absolute; width: 1px;  height: 85px; background-color: #3c4045; right: 0; top: 50%; transform: translateY(-50%); display: block;}
        .ly_service_1 .service_box .service_item.Service-2::before { content: ''; position: absolute; width: 1px;  height: 85px; background-color: #3c4045; left: 0; top: 50%; transform: translateY(-50%); }
    }
