.js-catalog-prod-all-text a {
    display: inline-block !important;
    padding: 10px 15px !important;
    margin-right: 15px !important;
    margin-top: 20px !important;

    border-radius: 4px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

/* Первая кнопка */
.js-catalog-prod-all-text a:first-of-type {
    background-color: #15808C !important;
    color: #ffffff !important;
}

/* Вторая кнопка */
.js-catalog-prod-all-text a:last-of-type {
    background-color: #15808C !important;
    color: #ffffff !important;
}