h4.ligned {
    display: flex;
    flex-direction: row;
}

h4.ligned:before,
h4.ligned:after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #000;
    margin: auto;
}
