.payment-page{
    padding-top: 70px;
    padding-bottom: 60px;
    background: url(../img/payments/background.png) center bottom no-repeat scroll;
    background-size: cover;
}

.payment-heading{
    color:#FFFFFF !important;
    font-family: 'Cabin', sans-serif !important;
    text-align:center;
}

.payment-image{
    
    width:80%;
}

.card-payment{
    background:#B38643;
    color:#FFFFFF !important;
    font-family: 'Cabin', sans-serif !important;
    text-align:center;
}

.card-text h6{
    margin:0px !important;
     color:#FFFFFF !important;
    font-family: 'Cabin', sans-serif !important;
    text-align:center;
    font-size:16px;
}

@media only screen and (max-width: 400px) {
    
    .payment-page{
    
    background: url(../img/payments/background.png) center bottom no-repeat scroll;
    background-size: cover;
}
    .payment-image{
    width:90%;
    margin-bottom:50px !important;
}
 .whatsup-img{
        text-align:center !important;
    }
}