.text_line_item .item_inner {
    position: relative;
}
.text_line_item .item_inner:before {
    content: ''; position: absolute;
    top: 0; left: 0; width: 100%; height: 1px;
    background-color: currentColor;
    opacity: 0.2; pointer-events: none;

}


.text_line_item:nth-child(1) .item_inner:before {content: none;}
@media screen and (min-width:40em){
    .text_line_item:nth-child(2) .item_inner:before {content: none;} 
}
@media screen and (min-width:64em){
    .text_line_item:nth-child(3) .item_inner:before {content: none;} 
}