.k-hr {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 1px;
}
.k-hr .line {
    flex: 1;
    border-bottom: 1px solid #e6e6e6;
}
.k-hr .text {
    padding: 0 5px;
}
