i.easy-bookmark-icon {
    position: relative;
    &::before {
        content: '';
        background-image: url(../img/bookmark-esbmrk-icon-red.png);
        width: 28px;
        height: 28px;
        display: block;
        overflow: hidden;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 0 auto;
    }
}