accept style.css içerisinde yer alan background-color: #bbb; kaldır o uzun simge kalkacaktır.


.title-box:after {
position: absolute;
content: '';
width: 70px;
border-radius: 3px;
background-color: #bbb;
height: 7px;
top: 12px;
}