body{
	min-height: 800px;
	position: relative;
}
.section1 .bgCover{
	height: 390px;
}
.message{
	padding-top: 62px;
}
.message img{
	margin-right: 44px;
}
.message .imgAjust{
	text-align: right;
}
.message p{
	margin-left: -132px;
	font-size: 20px;
}
.bottom{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media screen and (max-width: 768px){
	.section1 .bgCover{
		height: 300px;
	}
	.message{
		margin-top: 0;
	}
	.message img{
		margin: 0 auto;
	}
	.message .imgAjust{
		text-align: center;
	}
	.message p{
		margin: 0 auto;
	}
}