.is-style-text-link {

    a {
        text-decoration: none;

        &:after {
            content: ' →';

        }
    }

}
