<span class="section-header contacts">Contacts</span>
.section-header{
font-family: 'Anton', sans-serif;
font-size: 35px;
}
/* LINES before and after "ABOUT US" */
.section-header:before, .section-header:after{
content: '';
display: inline-block;
vertical-align: middle;
width: 10%;
height: 3px;
background: #000;
border: solid #FFF;
border-width: 0 10px;
}
.section-header:before{
margin-left: -100%;
}
.section-header:after{
margin-right: -100%;
}