@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap');
#aboutHat {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 955px;
	z-index: -1;
	background-position: center center;
	background-size: cover;
}
#about .main-promo-box {
	position: relative !important;
	top: 0px !important;
	max-width: 650px;
}
#about .main-promo-box h1 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 48px;
	line-height: 60px;
	text-transform: none !important;
	font-family: Geometria;
}
.prevTextBox {
	background: #FFC100;
	padding: 45px;
	clear: both;
	width: 737px;
	font-size: 20px;
	line-height: 140%;
	margin-bottom: 200px;
}
#aboutDetailText {
	margin: 0px auto;
	text-align: center;
	margin-bottom: 100px;
}
#aboutDetailText iframe {
	max-width: 100%;
	width: 1156px;
	margin: 0px auto;
}
@media (max-width: 800px) {
	.prevTextBox {
		width: 100%;
	}
	#aboutDetailText {
		margin-bottom: 50px;
	}
}
@media (max-width: 600px) {

}