/* text_block_012 */
.text_block_012{background-color: #fff;}
.text_block_012 .text_block_012_card::after{content:''; position:absolute; top:0; left:0; width:100%; border-bottom:1px solid rgba(0,0,0,0.1);}
.text_block_012 .text_block_012_card:first-child::after{display: none;}

.reverse.text_block_012{background-color: #171717;}
.reverse.text_block_012 .text_block_012_card::after{border-color:rgba(255,255,255,0.2);}

@media all and (min-width:992px){
    .text_block_012 .text_block_012_card_con > div[data-wv-layout-element="block_inner"]{display: flex; flex-wrap: wrap; align-items: flex-start;}

    .text_block_012 .text_block_012_card::after{width:auto; height: calc(100% - 69px); top:auto; bottom:3px; border-left:1px solid rgba(0,0,0,0.1); border-bottom:none;}
}