body{
	background:#fff;
}
.page-title {
    background-color: #F0AD4E;
}
.contact-info address img{
	width:20%;
}
.section-title,.form-group,.contact-info h3{
	color:#F0AD4E;
}
.introduce{
	text-indent: 2em;
	color:#888;
}
#footer{
	margin-top:30px;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
	.page-title{
		padding:6px 0px;
		margin-bottom:0px;
	}
	.page-title>div{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.page-title h1{
		font-size:16px;
	}
	
}