/* @group Example
------------------------------------ */
.contact-form .frm_forms {
    border: 1px solid var(--dorado);
    border-radius: 2.5rem;
    padding: 4rem 2.4rem 1.6rem;
}
@media only screen
and (min-width : 961px) {
    .contact-form .frm_forms {
        padding: 4rem 4rem 1.6rem;
    }
    .contact-form .frm_forms .frm_half:last-of-type {
        max-width: 80%;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .contact-form .wp-block-columns {
        padding: 0 2rem;
    }
    .contact-form .frm_button_submit {
        width: 100%;
    }
}

/* @end */
