
.payment2-content{
    display: none !important;
}
.secondStep .payment2-content{
    display: flex !important;
    margin-top: 50px;
    max-width: 1380px;
}
.grey-bg{
    background: url(../img/background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.secondStep .grey-bg{
    background: #f5f6fa;
}
.prelander-form{
    background: #fff;
    max-width: 600px;
    display: block;
    margin: 210px auto 0;
}