.cp-pagination {
    &__wrapper {
        margin: 0 auto;
        padding: 0 30px 20px;
        max-width:1440px; 
        @include mq(tablet-small,max) {
            padding: 0 10px 10px;
        }
    }
    a {
        text-decoration: none;
        &:hover {
            text-decoration: underline;
        }
        span {
        }
    }
    span {

    }
    span, a {
        width: 40px;
        height: 40px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        @include font-quicksand($white);
        text-decoration: none;
        &.current {
            background: $purple;
        }
    }
}