@media all and (min-width: 768px){
        .article_style_1_5_2 .article_style_1_5 .article_style_1_5_contents .article_style_1_5_2_desc{width: calc(100% - 88px);}
    }
    
    
    @media all and  (min-width: 992px) {
       .article_style_1_5_2 .article_style_1_5:nth-child(2n):after{ content: none; }
       .article_style_1_5_2 .article_style_1_5:nth-child(2n - 1):after{content: ''; position: absolute; top: 9px; right: 0; width: 1px; height: calc(100% - 14px); background-color: rgba(18, 0, 144,0.12);}
    }