.tkm__step_container{counter-reset:step_counter}.tkm__step_item_container{display:flex;position:relative;min-height:60px}.tkm__step_item_container::before{position:absolute;left:19px;width:1px;height:100%;margin-top:10px;background-color:#fab1c6;content:"";z-index:-1}.tkm__step_item_counter_label{display:flex;overflow:hidden;flex-direction:column;justify-content:center;width:41px;height:41px;background:#f05f8d;color:#fff;text-align:center;line-height:1.2;font-size:.6rem;border-radius:50%}.tkm__step_item_counter_label::after{counter-increment:step_counter;content:counter(step_counter);font-size:.8rem}.tkm__step_item_inner_container{width:100%;height:auto;padding-left:10px}.tkm__step_item_title{margin:12px 0 12px 0;font-size:1.1rem;font-weight:bold}.tkm__step_item_content{padding:10px 0 20px 10px}