.payment-form {
    padding: 40px 0;
}

.headline_section__title {
    text-align: center;
}

.plus972_form {
    max-width: 640px;
    margin: 0 auto;
    padding-top: 30px;
}

.plus972_form.confirmation-loaded {
    max-width: 750px;
}

/*.plus972_form .gfield--type-radio .gfield_label {*/
/*    text-align: center;*/
/*}*/

.plus972_form .gform_wrapper.gravity-theme .gform_footer {
    justify-content: center;
}

.wire-transfer-list {
    display: grid;
    grid-row-gap: 10px;
}

.wire-transfer-list strong {
    font-weight: 600;
}

.plus972_form_wrap--contact-request {
    display: none;
    padding: 40px 0 0;
}

.plus972_form_wrap--contact-request .gform_wrapper {
    padding-top: 20px;
}



@media (min-width: 991px) {
    .payment-form {
        padding: 100px 0;
    }

    .plus972_form {
        padding-top: 60px;
    }

    .plus972_form.confirmation-loaded .gform_confirmation_message h3 {
        font-size: 40px;
        line-height: 40px;
    }
}