.js-store-prod-text a {
    display: inline-block;
    padding: 14px 5px;
    margin-right: 5px;
    margin-top: 1px;
    width:30%;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ffffff; /* Параметры границы */

    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    
    background-color: #aa794e;
    color: #FFFFFF !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #2aa1da;
    color: #FFFFFF !important;

}

