@charset "UTF-8";
/* CSS Document */


.container {
	margin: auto;
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin-bottom: 60px;
}

.title {
	background: #39ABF1;
	height: 120px;
	position: relative;
	width: 100%;
	font-size: 26px;
}
.title .inner1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.title h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.flyer {
	display: block !important;
	max-width: 800px;
	text-align: center;
	margin: 60px auto 20px;
}
.flyer img {
}
.flyer .block1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto;
}
.flyer .block1 .button {
	position: relative;
	width: 48%;
	border-radius: 4px;
	text-align: center;
	background-color: #39ABF1;
	padding: 20px;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 20px;
}
.flyer .block1 .button:hover {
	background-color: #3996E7;
}
.flyer .block1 .button a {
}

@media only screen and (max-width: 1200px) {
	
	.container {
		padding: 0 15px;
		width: auto !important;
	}
	
}

@media screen and (max-width: 767px) {
	
	.title h2 {
		font-size: 24px;
	}
	
	.com-title1 h3 {
		font-size: 20px;
	}
	
	.flyer {
		display: block;
		max-width: 100%;
		margin: 20px 15px 20px;
	}

	.flyer .block1 {
		display: block;
	}
	.flyer .block1 .button {
		width: 100%;
		margin-top: 10px;
		padding: 10px;
	}


}
