@charset "UTF-8";
/* CSS Document */
/* mainArea */
.mainArea {
	background-image: url("../img/catalog/main_bg.webp");
	background-position: top center;
}
.mainArea .inner h1:before {
    content: "Request Catalog";
}

@media screen and (max-width: 1000px) {
	
	.mainArea {
		margin-top: 60px!important;
	}
}	

@media screen and (max-width: 600px) {
}	
