#page_title{
	background:url('../images/about/pagetitle.webp') no-repeat top center;
	border-radius:20px;
	max-width:1820px;
	height:480px;
	background-size:cover !important;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	position:relative;
	margin:20px auto 100px;
}
#page_title h2{
	line-height:180px;
	padding:0 70px;
	background:#fff;
	border-radius:20px;
	font-size:40px;
	font-weight:700;
	position:relative;
	color:#222;
}