.HeadingLeftBorder{
font-size: 1.8rem;
font-weight: bold;
color: #000;
line-height: 1.8;
position: relative;
vertical-align: middle;
padding-left: 1em;
margin-bottom: 0.5em;
&::before{
content: '';
position: absolute;
display: inline-block;
width: 8px;
left: 0;
height: 100%;
background-color: #000;
}
}