h1.heading.heading-primary{
    padding-left:40px;

}

h1.heading.heading-primary::before {
    content: "Q";
    background: #0081ba;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}

h1.heading.heading-primary::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 10px;
    border: 5px solid transparent;
    border-top: 5px solid #0081ba;
}

@media only screen and (max-width: 767px){
    h1.heading.heading-primary::before {
        top: 0px;
    }
    h1.heading.heading-primary::after {
        top: 30px;
    }
}


.ep-box.es-BmarkA.bgc-white::before{
    content: "A";
    background: #b60105;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}

.ep-box.es-BmarkA.bgc-white::after {
    content: "";
    position: absolute;
    top: 35px;
    left: 10px;
    border: 5px solid transparent;
    border-top: 5px solid #b60105;
}

