.hr-label {
    position: relative;
    margin: 1px 11px 5px 10px;
    text-align: center;
    clear: both;
    overflow: hidden;
    color: #000
}

.hr-label::before, .hr-label::after {
    content: '';
    position: relative;
    width: 50%;
    background-color: rgba(249, 249, 249, 0.2);
    display: inline-block;
    height: 1px;
    vertical-align: middle
}

.hr-label::before {
    right: 0.5em;
    margin-left: -50%
}

.hr-label::after {
    left: 0.5em;
    margin-right: -50%
}

.hr-label {
    position: relative;
    margin: 1px 11px 5px 10px;
    text-align: center;
    clear: both;
    overflow: hidden
}

.hr-label::before, .hr-label::after {
    content: '';
    position: relative;
    width: 50%;
    background-color: #000;
    display: inline-block;
    height: 1px;
    vertical-align: middle
}

.hr-label::before {
    right: 0.5em;
    margin-left: -50%
}

.hr-label::after {
    left: 0.5em;
    margin-right: -50%
}