.upb_row_bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0);
	background-attachment: scroll;
	background-position: center;
	min-width: 100%;
	width: 100%;
	height: 500px;
	position: relative;
}
.curve-up-inner-seperator {
	height: 50px;
	position: relative;
	bottom: 49px;
}

.region_menu {
	margin: 0px;
	display: flex;
	flex-direction: row;
	align-content: flex-start;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}



@media (max-width: 1200px) {
	.upb_row_bg {
		height: 400px;
	}
	.curve-up-inner-seperator {
		bottom: 30px;
	}
}
@media (max-width: 991px) {
	.curve-up-inner-seperator {
		bottom: 30px;
	}
	.upb_row_bg {
		height: 300px;
	}

}
@media (max-width: 768px) {
    .upb_row_bg {
        height: 250px;
    }
}
@media (max-width: 600px) {
    .upb_row_bg {
        height: 200px;
    }
	.curve-up-inner-seperator {
        bottom: 14px;
		height:15px;
    }
	.section-page article p {
		font-size: 14px;
	}
	.present-container .page_title {
		line-height: 1em;
		font-size: 22px;
		margin-bottom: 10px;
		font-weight: 600;
	}
	#page .container {
		margin:0px;
		padding: 0px;
	}
}