/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 01 2024 | 07:06:15 */
.contact-us-row .layout-row__content {
	gap: 90px;
}
.contact-us-block.evlt-paragraph {
	gap: 20px;
}
.contact-us-block h1.evlt-paragraph__main-title {
	color: var(--p1);
}
.contact-us-block .evlt-paragraph__text, .contact-us-block .evlt-paragraph__text p {
	color: var(--p2);
}
.google-map {
	height: 90vh;
}

/* 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;
	}
}