.text_title {
	font-size: 1.82vw;
	font-weight: 500;
	margin: 1.4em 0;
	text-align: center;
}

.textBox {
	text-align: center;
}

.textBox img {
	width: 8.07vw;
}

.textBox p {
	font-size: 1.25vw;
	font-weight: 500;
	color: #333;
	padding: 1.3vw 0 0.78vw;
}

.textBox span {
	font-size: 1.05vw;
	font-weight: 400;
	color: #333333;
	line-height: 1.67vw;
	text-align: center;
	word-wrap: break-word;
}

.text_desc {
	padding: 1em;
	text-align: center;
	font-size: 1.4em;
	
}
.formText{
	margin-top:2em;
	font-size:1.3em;
	line-height:2em;
}
.formBtn {
	display: block;
	width: 13em;
	height: 3.6em;
	line-height: 3.6em;
	margin: 3em auto;
	border: 1px solid #3c94f1;
	text-align: center;
	color: #fff;
	font-size: 0.9em;
	background: rgba(255, 255, 255, .2);
}
.formBtn:hover {
    background: #3c94f1;
}
@media(max-width:1080px){
	.text_title{
		font-size:20px;
	}
	.textBox{
		margin-bottom:40px;
	}
	.textBox img{
		width:100px;
	}
	.textBox p{
		font-size:18px;
	}
	.textBox span{
		font-size:16px;
	}
	.text_desc{
		font-size:18px;
	}
}