.catalog__pagin-item a {
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: lowercase;
    color: #ccc;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.catalog__pagin-item a:hover {
    color: #000;
}