.js-store-prod-text a {
    display: inline-block;
    padding: 7px 20px;
    margin-right: 10px;
    margin-top: 10px;
    font-weight: 500;
    font-size:14px;
    border-radius:30px;
}
.js-store-prod-text a:first-of-type {
    background-color: #24CC63;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #26A2E0;
    color: #ffffff !important;
}