.button-transaction-wrapper a {
    background-color: #007f3b;
    background-image: url('../../images/expo2017/right-arrow.svg');
    background-position: right 20px center;
    background-repeat: no-repeat;
    border-radius: 6px;
    box-shadow: 0 3px 0 0 #006747;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 60px 20px 20px;
}

.button-transaction-wrapper a:link, .button-transaction-wrapper a:visited {
    color: #fff;
    text-decoration: none;
}
