.text_item_style_1 .text_item_style_1_title{min-width: 70px;}
.text_item_style_1 .text_item_style_1_title:after{content: ''; position: absolute; top: 0; right: 0; height: 100%; border-left: 1px solid rgba(18, 0, 144,0.12);}

.text_item_style_1 .text_item_style_1_list{display: flex; flex-wrap: wrap; align-items: center;}
.text_item_style_1 .text_item_style_1_list:first-child .text_item_style_1_title:after{top: 9px; height: calc(100% - 9px);}
.text_item_style_1 .text_item_style_1_list:last-child .text_item_style_1_title:after{height: calc(100% - 8px);}

.reverse .text_item_style_1 .text_item_style_1_title:after{border-color: rgba(255,255,255,0.3);}