.text-divider {
    margin: 2rem 0;
    display: flex;
    align-items: center;
    text-align: center;
}

.text-divider::before,
.text-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.text-divider:not(:empty)::before {
    margin-right: .25rem;
}

.text-divider:not(:empty)::after {
    margin-left: .25rem;
}

.text-divider h2 {
    margin: 0px;
    padding: 0 0.5rem;
    font-size: 1em;
    font-weight: 400;
    line-height: 1rem;
}
