/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 21 2025 | 15:09:08 */
@use 'bootstrap-variables';
@use 'bootstrap-mixins';


#form form {
    max-width: 800px;
    margin: 0 auto;
}


/* Mobile */

@media screen and (max-width: 768px) {
	
	/* Form */
	
	.gform_wrapper.gravity-theme .gform_fields {
		grid-column-gap: 2% !important;
	}

}