<h3 class="title">Title</h3>
<h3 class="title">Информация</h3>
.title {
display: flex;
justify-content: center;
font-size: 40px;
color: red;
text-transform: uppercase;
font-weight: 200;
}
.title:before, .title:after {
flex-grow: 1;
content: '';
height: 2px;
margin: .5em;
background-color: red;
}