@media screen and (max-width: 600px){
    html body .request-form .gform_wrapper form ul.gform_fields {
        flex-direction: column !important;
    }
    html body .request-form .gform_wrapper form ul.gform_fields li.gfield{
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%;
    }

    body .request-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
        max-width: 100% !important;
	}
	.form-description .elementor-widget-container{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.staff-slider .staff-member{
		max-width: 240px;
	}
}