.txt_heading_dot {
    font-weight: 700 !important;font-size: 36px;color: var(--wd-title-color);
    position:relative; z-index:0;
    text-shadow:none;
}
.txt_heading_dot:after {
    content:"";
    display:block;
    position:absolute;top:-5px;left:-10px;z-index:-1;
    width:30px;height:30px;
    background-color:#ffc814;
    border-radius:50%;
}