//Arrow After Link using (.link--arrow)
.link--arrow:after {
    content: "→";
    margin-left: 0.5em;
}

.link--arrow {
    cursor: pointer;
}