
    .ly_blog_detail_1 .blog_detail .blog_other .blog_item .compute_item_img .compute_process_img {padding-top: 100% !important;}
    @media screen and (min-width: 1000px) {
        .ly_blog_detail_1 .wide .blog_detail .blog_other .blog_item {width: calc(35% - 20px);}
        .ly_blog_detail_1 .wide .blog_detail .blog_other {justify-content: flex-start;gap: 0 50px;}   
    }
    @media screen and (max-width: 1000px) and (min-width: 500px) {
        .ly_blog_detail_1 .wide .blog_detail .blog_other .blog_item {width: 70%;}
        .ly_blog_detail_1 .wide .blog_detail .blog_other {gap: 20px 0;align-items: center;}   
    }
