
.line-with-middle-sep {
    width: 100%;
    height: 20px;
    border-bottom: 1px solid lightgray;
    text-align: center;
    margin-bottom: 1rem;
}

.line-with-middle-sep span {
    background-color: white;
    padding: 0 10px;position: relative;
    top: 8px;
}
