.js-store-prod-text a {
    display: inline-block;
    width: 220px; /* Ширина кнопки */
    height: 45px; /* Высота кнопки */
    padding: 0; /* Убираем внутренние отступы */
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 10px;
    font-weight: 600;
    text-align: center; /* Выравниваем текст по центру */
    line-height: 45px; /* Выравниваем текст по вертикали */
    text-decoration: none; /* Убираем подчеркивание */
}

.js-store-prod-text a:first-of-type {
    background-color: #254DFF;
    color: #ffffff !important;
}

.js-store-prod-text a:last-of-type {
    background-color: #F425FF;
    color: #ffffff !important;
}

/* Убираем иконки */
.js-store-prod-text a:first-of-type:before,
.js-store-prod-text a:last-of-type:before {
    content: none; /* Убираем псевдоэлементы с иконками */
}