.gx-map-section {
	margin-top: 60px;
}
.gx-map-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 40px;
	padding: 0 19px;
}
.gx-map-left, 
.gx-map-right {
	width: 48%;
}
.gx-map-left iframe {
	border: 0;
	aspect-ratio: 600/450;
	height: auto;
	box-shadow: 0 0 20px #00000042;
	border-radius: 5px;
}
.gx-map-right h3 {
	font-size: 20px;
	margin-top: 40px;
	padding: 0;
}
.gx-form-section {
	padding: 0 19px;
	margin-top: 110px;
}
.gx-form-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 0 40px;
	align-content: center;
	align-items: center;
}
.gx-form-left, 
.gx-form-right {
	width: 48%;
}
.gx-form-left p {
	margin-top: 16px;
}
.gx-form-right img {
	aspect-ratio: 16/9;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
	width: 85%;
	box-shadow: 2px 2px 10px #00000064;
}
.gx-video-section {
	margin-top: 70px;
	margin-bottom: 24px;
}
.gx-video-outer {
	width: 100%;
	margin-top: 60px;
	display: inline-block;
}
.gx-video-outer iframe {
	height: 596px;
	width: 100%;
}
.gx-form-left label {
	display: block;
	font-weight: bold;
	margin: 10px 0;
	color: var(--black);
	font-size: 10px;
	line-height: 12px;
}
.gx-form-left br {
	display: none;
}
.gx-form-left input, 
.gx-form-left textarea {
	width: 100%;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #0f74a8;
	box-shadow: 0 0 5px #00000042;
	border-radius: 5px;
	display: block;
    font-family:'Arial';
	color: var(--black);
}
.gx-form-left textarea {
	height: 100px;
	cursor: pointer;
}
.gx-form-left .wpcf7-submit {
	padding: 10px 20px;
	background: #fff70f;
	font-weight: 700;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	width: 100%;
	transition: all .1s ease;
	box-shadow: none;
	margin-bottom: 0;
}
.gx-form-left .wpcf7-submit:hover {
	transform: scale(1.025);
}
.gx-form-left form p {
	margin: 0;
}
@media (max-width:1159px) {
	.gx-map-left, .gx-map-right {
		width: 100%;
	}
	.gx-map-inner {
		gap: 20px;
	}
	.gx-form-section {
		margin-top: 15px;
	}
	.gx-form-left, .gx-form-right {
		width: 100%;
	}
	.gx-form-inner {
		gap: 15px 0;
		flex-direction: column-reverse;
	}
	.gx-video-section {
		margin-top: 15px;
	}
	.gx-video-outer {
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.gx-video-outer iframe {
		height: 420px;
	}
}
