.home-map {
	width: 100%; height: 500px; margin-top:120px;
}

@media (max-width: 768px) {
	.home-map {
		width: 100%; height: 65vh !important; margin-top:120px;
	}
	.bubble-bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 65vh !important;;
		z-index: 3;
	}

	.overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 73vh !important;
		background: #000;
		opacity: 0.5;
		z-index: 2;
    }
    .home-map {
        height: 65vh !important;
    }

	.intro-item h2 {
		padding-bottom: 0 !important;
	}

	.hero-section .intro-item h2 {
        font-size: 28px;
    }
	section.hero-section .bg {
		height: 100%;
		top: -50px;
	}
	section.hero-section {
		padding: 120px 0 150px;
	}
}