/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 21 2025 | 15:08:58 */
@use 'bootstrap-variables';
@use 'bootstrap-mixins';


#form form {
    max-width: 800px;
    margin: 0 auto;
}
#form h3 {
    text-align: center;
    font-size: 1.25rem;
    margin: 0 auto 1rem;
    max-width: 50ch;
    color: var(--color-accent-navy);
}
#form h3 + p {
    text-align: center;
    font-size: 1.15rem;
	margin: 0 auto 3rem;
    color: var(--color-accent-navy);
}


/* Mobile */

@media screen and (max-width: 768px) {
	
	.wpb_row:not(.full-width-content) > .col {
		padding: 0 !important;
	}
}