نیازی به عکس نیست:
.h1header > span {
color: #444;
display: block;
position: relative;
text-align: center;
}
.h1header > span:nth-child(2)::before {
content: "";
height: 3px;
position: absolute;
left: 0;
background-color: #000;
top: 20px;
width: 40%;
}
.h1header > span:nth-child(2)::after {
content: "";
height: 3px;
position: absolute;
top: 20px;
background-color: #000;
right: 0;
width: 40%;
}