.cp-pagination {
    &__wrapper {
        margin: 0 0 20px;
    }
    a {
        text-decoration: none;
    }
    &__page {
        width: 40px;
        height: 40px;
        display: inline-flex;
        background: $lightGray;
        justify-content: center;
        align-items: center;
        @include font-quicksand($white);
        text-decoration: none;
    }
}