@media (min-width: 768px) and (max-width: 1024px) {

    .custom-contact-form_wrapper .custom-contact-form .gform-field-label, .custom-event-form_wrapper .custom-event-form .gform-field-label {
        font-size: 20px;
        margin-bottom: 15px;
    }

}

@media (min-width: 320px) and (max-width: 767px) {

    .custom-contact-form_wrapper .custom-contact-form .gform-field-label, .custom-event-form_wrapper .custom-event-form .gform-field-label {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .custom-contact-form_wrapper #gform_fields_1 {
        row-gap: 20px;
    }
    .ginput_container.ginput_container_textarea {
        height: 140px;
    }
}
