/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 04 2025 | 05:08:08 */
.contact-us-row .evlt-paragraph__intro-text, .contact-us-row .gform_wrapper {
	width: 75%;
	margin: 0 auto;
}
body.page-id-1835 .page-header, body.page-id-6794 .page-header {
	padding-bottom: 80px;
}
body.page-id-1835 .page-header::before, body.page-id-6794 .page-header::before {
	content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://finlease.com.au/wp-content/uploads/2024/04/Page-header-overlay.svg);
    background-position: bottom left;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
}

/* RESPONSIVE */

@media (max-width: 767px) {
	.contact-us-row.contact-us-row .layout-row__content:not(.layout-row__content--preview) {
		row-gap: 60px;
	}
	.google-map {
		height: 50vh;
	}
	body.page-id-1835 .page-header {
		padding-bottom: 0px;
	}
	.contact-us-row .evlt-paragraph__intro-text, .contact-us-row .gform_wrapper {
		width: 100%;
		margin: 0 auto;
	}
}