.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 2px solid;
    border-radius: 25px;
    font-weight: 600;
    font-size: 15px;
}
.js-store-prod-text a:first-of-type {
    background-color: #0d273b;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #ffffff;
    border-color: #0d273b;
    color: #0d273b !important;
}