.sw19b-next-prev-links {
    padding: 56px 0 15px 0;

    .sw19s-std-wrap {
        display: flex;
        justify-content: space-between;
    }

    a {
        display: flex;
        align-items: center;
        text-decoration: none;
        font-size: 13px;
    }

    img {
        max-width: 20px;
        height: 30px;
        margin-right: 26px;
    }

    span {
        font-weight: 600;
        letter-spacing: .2em;
        color: #222;
        display: block;
    }

    .link {
        color: #999;
        width: 80%;
        text-overflow: ellipsis;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
    }

    .next img {
        margin: 0 0 0 26px;
    }

    .next .text-wrap {
        text-align: right;
    }

    @media (max-width: 768px) {
        span, .link {
            display: none;
        }
    }
}
