Почему плывет? 91%

h1 {
position: relative;
width: 320px;
margin: 0;
padding-left: 40px;
padding-top: 5px;
word-wrap: break-word;
text-indent: 40px;
font-size: 80px;
font-weight: lighter;
letter-spacing: 40px;
text-transform: uppercase;
text-shadow: -5px 5px 0px rgba(51,51,51, 0.7);
line-height: 1.2;
}

h1::before {
content: “|||”;
position: relative;
letter-spacing: 5px;
text-shadow: none;
height: 10px;
top: -15px;
left: -35px;
font-size: 55px;
font-weight: bold;
}

Проверьте высоту строки, возможно дело в этом.