.js-catalog-prod-all-text a {
    display: inline-block;
    padding: 12px 18px;
    margin-right: 10px;
    margin-top: 15px;
    border-radius: 100px;
    background-color: #F0F0F0;
    color: #191919 !important;
    font-weight: 500;
    text-decoration: none;
}

/* убираем лишний отступ у последней */
.js-catalog-prod-all-text a:last-child {
    margin-right: 0;
}

/* hover эффект (очень советую) */
.js-catalog-prod-all-text a:hover {
    background-color: #e5e5e5;
}