.page-banner {
	position: relative;
	background-size: cover;
	background-position: center center;
	text-align: center;
	padding: 80px 15px;
	margin-bottom: 165px;
}
.banner-content {
	display: inline-block;
	text-align: center;
	padding: 20px 60px 15px;
}
.banner-content,
.banner-content h1,
.banner-content h3 {
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	text-transform: uppercase;
}

.banner-content.bg-white {
	background: rgba(255, 255, 255, 0.6);
}
.banner-content.bg-white h1,
.banner-content.bg-white h3 {
	color: #000;
}

.banner-content.bg-black {
	background: rgba(0, 0, 0, 0.6);
}
.banner-content.bg-black h1,
.banner-content.bg-black h3 {
	color: #fff;
}

.banner-content.bg-theme {
	background: rgba(225, 0, 82, 0.6);
}
.banner-content.bg-theme h1,
.banner-content.bg-theme h3 {
	color: #fff;
}

.banner-content h1 {
	font-size: 80px;
	border-bottom: 3px solid #E10052;
	padding-bottom: 5px;
}
.banner-content h3 {
	font-size: 50px;
}

@media (max-width: 767px) {
	.banner-content h1 {
		font-size: 60px;
	}
	.banner-content h3 {
		font-size: 40px;
	}
}

/*banner map*/
.banner-map {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px;
	transform: translateY(50%);
	height: auto;
}

@media (max-width: 1199px) {
	.banner-map {
		width: 250px;
	}
}

@media (max-width: 991px) {
	.banner-map {
		width: 200px;
	}
}

@media (max-width: 767px) {
	.banner-map {
		width: 150px;
	}
}