.text-center {
    font-family: sans-serif;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 40px;
    max-width: 600px;
    position: relative;
}


/* .text-center:before {
    content: "";
    display: block;
    width: 130px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}

.text-center:after {
    content: "";
    display: block;
    width: 130px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
} */

.line {
    border-bottom: 4px solid;
    width: 150px;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.line2 {
    border-bottom: 1px solid;
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.vertical {
    border-left: 4px solid black;
    height: 600px;
    position: absolute;
    left: 50%;
}