.fc_get_in_touch_banner {
	display: flex;
	gap: clamp(30px, 6vw, 150px);
	align-items: stretch;
}
.fc_get_in_touch_banner .image {
	min-width: 20%;
	min-height: 15vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.fc_get_in_touch_banner.right {
	flex-direction: row-reverse;
}
.fc_get_in_touch_banner.left .content {
	border-left: 5px solid #EFEFEF;
	padding-left: clamp(30px, 6vw, 150px);
}
.fc_get_in_touch_banner.right .content {
	border-right: 5px solid #EFEFEF;
	padding-right: clamp(30px, 6vw, 150px);
}

@media (max-width: 1240px) {
	.fc_get_in_touch_banner .image {
		min-width: 35%;
	}
}
@media (max-width: 1024px) {
	.fc_get_in_touch_banner.right, .fc_get_in_touch_banner {
		flex-direction: column;
	}
	.fc_get_in_touch_banner.left .content, .fc_get_in_touch_banner.right .content {
		border-right: none;
		border-top: 5px solid #EFEFEF;
		padding-right: 0;
		padding-left: 0;
		border-left: 0;
		padding-top: clamp(30px, 6vw, 150px);
	}
	.fc_get_in_touch_banner .image {
		min-height: 45vw;
	}
}
