.form-item{
	width: 100%;
	display: inline-block;
	height: auto;
}
.become-an-partner{
	width: 100%;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	height: auto;
	/*line-height: 40px;*/
	margin-bottom: 20px;
	line-height: 70px;
}
.become1-head{
	width: 70%;
	float: left; 
	text-align: left;
	display: inline-block;
}
.become1-head-head{
	width: 100%;
	font-size: 30px;
	text-align: left;
	height: auto;
	margin-top: 150px;
	/*margin-bottom: 100px;*/
}
.about-text{
	width: 100%;
	font-size: 15px;
}
.clearfix{
	width: 100%;
	height: 1px;
	border: unset;
	padding: 0px;
	margin: 0px;
	background: none;
	margin-bottom: 30px;
}
.become1-img{
	width: 30%;
	float: right;
	display: inline-block;
	margin-top: 150px;
}
.become1-img img{
	width: 400px;
}
.become2-head{
	width: 100%;
	font-size: 30px;
	text-align: right;
	height: auto;
	margin-top: 130px;
	margin-bottom: 100px;
}
.become3{
	width: 70%;
	float: left;
	text-align: left;
}
.become3-head{
	width: 100%;
	font-size: 30px;
	text-align: left;
	height: auto;
	/*margin-top: 150px;*/
	margin-bottom: 100px;
}
label.text-bold{
	font-weight: bold;
	display: inline;
	float: left;
	font-size: 15px;
}
.become-dot{
	background: url(../images/become/dot.svg) no-repeat center;
	height: 32px;
	width: 32px;
	display: inline-block;
	position: relative;
	float: left;
}
.about-button{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	
}
.about-btn{
	border: unset;
	border-radius: 0px;
	padding: 20px 50px;
	font-size: 20px;
	float: left;
}
.become4{
	width: 100%;
	font-size: 30px;
	text-align: center;
	height: auto;
	margin-top: 100px;
	margin-bottom: 50px;
}
.become5{
	width: 100%;
	text-align: center;
	height: auto;
	display: inline-block;
}
.become5 img{
	width: 600px;
}
.become6{
	width: 100%;
	font-size: 15px;
}
.become7{
	width: 100%;
	text-align: center;
	height: auto;
	display: inline-block;
}
.become7 img{
	width: 100%;
}
.become8{
	width: 100%;
	text-align: center;
	height: auto;
	margin-top: 50px;
	margin-bottom: 100px;
}
.become8-head{
	width: 60%;
	font-size: 50px;
	margin: auto;
}
@media (max-width: 600px) {
	.become1-img{
		width: 100%;
	}
	.become5 img,
	.become1-img img{
		width: 100%;
	}
	.become3,
	.become1-head,
	.become8-head{
		width: 100%;
	}
}