@media only screen and (max-width: 767px) {
	.form.submit .wrap-center {
		width: 90%;
	}
}

.form.submit .back i {
	display: inline-block;
	margin-right: 6px;
	position: relative;
	top: 1px;
	width: 8px;
	height: 12px;
	background: url("https://images.rvs.com/images/minified-svg/back.svg") no-repeat center;
	background-size: cover;
}

.form.submit .back {
	transition: border-color, .3s;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #666;
	position: relative;
}

.form.submit .item-i {
	padding: 25px 15px;
	text-align: right;
}

.form.submit {
	padding-top: 0;
	padding-bottom: 45px;
}

.form.submit .post {
	padding: 0 15px;
}

.form.submit .why-cw {
	display: block;
	color: #000;
	font-weight: 700;
	font-size: 25px;
	line-height: 33px;
	position: relative;
	margin-bottom: 60px;
	text-shadow: none;
}

.form.submit .why-cw:after {
	content: '';
	position: absolute;
	bottom: -33px;
	left: 50%;
	margin-left: -20px;
	height: 5px;
	width: 40px;
	background: #000;
}

.form.submit .why-cw-desc {
	color: #000;
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
	padding-bottom: 40px;
	white-space: normal;
}

.form.submit .title {
	text-align: center;
	width: 76%;
	margin: auto;
	padding-bottom: 42px;
}
