.soon {
	max-width:600px;
	width: 100%;
	height:320px;
	background: url(../img/brandProject/bj.png) no-repeat center;
	background-size: cover;
	padding-top: 110px;
	margin: 0 auto;
}
@media only screen and (max-width: 992px) {
	.soon {
		margin-top:1.5rem;
	}
}
.soon h3 {
	font-size:22px;
	font-weight:400;
	color:#FFFFFF;
	margin-bottom: 0;
	line-height: 1.5;
	text-align: center;
}
.soon h4 {
	font-size:16px;
	font-weight:400;
	color:#FFFFFF;
	opacity:0.9;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
