	body {
		background: #F5F5F5;
	}
	
	.content {
		width: 96%;
		margin: 40px auto;
		background: #fff;
		padding: 4%;
	}
	
	.content h5 {
		font-size: 14px;
		color: #707070;
	}
	
	.content h3 {
		padding-top: 10px;
		font-size: 17px;
		color: #333333;
		font-weight: 500;
	}
	
	.content p {
		padding-top: 26px;
		line-height: 30px;
		color: #666666;
		font-size: 14px;
	}
	.content p img{
		width: 100%;
	}
	.content .img {
		text-align: center;
	}
	
	.img img {
		width: 100%;
	}
	@media only screen and (min-width: 768px){
		.content {
			width: 80%;
		}	
		.content h3 {
		padding-top: 10px;
		font-size: 28px;
		color: #333333;
		font-weight: 500;
	}	
	}
	@media only screen and (min-width: 992px) {
		.content {
			margin-top: 140px;
			width: 62%;
			max-width:800px;
		}
	}