.payment-button{
    background-color: #0e7ac2;
    color:#fff;
    line-height: 30px;
    padding: 10px 40px;
    font-size: 20px;
    margin: 15px 15px 15px 0;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    border: 0 none;
    vertical-align: middle;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
}
.payment-button:hover{
    background-color: #3c3950;
    color:#fff;
}

.vc_payment_title {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-color: #2f3148 !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}