.rd-more::before {
    content: "❯";
    position: absolute;
    left: 0px;
    top: 50%;
    font-weight: 700;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: rgb(7, 71, 147);
    background-color: rgb(255, 255, 255);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(7, 71, 147);
    border-image: initial;
    border-radius: 50%;
}

.pointers li::before {
    content: "✔";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    color: rgb(7, 71, 147);
    background-color: rgb(255, 255, 255);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(7, 71, 147);
    border-image: initial;
    border-radius: 50%;
}