/* Настройки ПЕРВОЙ кнопки */
.js-store-prod-text a:first-of-type {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
    background-color: #2b2b2b;
    color: #ffffff !important;
}

/* Настройки ВТОРОЙ кнопки */
.js-store-prod-text a:nth-of-type(2) {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
    background-color: #2b2b2b;
    color: #ffffff !important;
}
