hr.hr-text {
    position: relative;
    border: none;
    height: 1px;
    background: #6caaa8;
    }

    hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #6caaa8;
    font-weight: bold;
    font-size: 0.79rem;
    color: #fff;
    border-radius: 30rem;
    padding: 3px 20px 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }