.form-item{
	width: 100%;
	display: inline-block;
	height: auto;
}
.abut-us{
	width: 100%;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	height: auto;
	line-height: 40px;
	margin-bottom: 20px;
}
.where-it-all-began{
	width: 70%;
	text-align: left;
	float: left;
	margin-top: 50px;
}
.where-it-all-began-head{
	width: 100%;
	font-size: 30px;
	text-align: left;
	height: auto;
}
.about-text{
	width: 100%;
	font-size: 15px;
}
.clearfix{
	width: 100%;
	height: 1px;
	border: unset;
	padding: 0px;
	margin: 0px;
	background: none;
	margin-bottom: 20px;
}
.inspiration-left{
	width: 40%;
	float: left;
	text-align: left;
}
.inspiration-left img{
	width: 600px;
}
.inspiration{
	width: 60%;
	text-align: right;
	float: right;
	margin-top: 50px;
}
.inspiration-head{
	width: 100%;
	font-size: 30px;
	text-align: right;
	height: auto;
}
.the-birth{
	width: 70%;
	text-align: left;
	float: left;
	margin-top: 50px;
}
.the-birth-head{
	width: 100%;
	font-size: 30px;
	text-align: left;
	height: auto;
}
.become{
	width: 100%;
	text-align: center;
}
.become-head{
	width: 100%;
	font-size: 40px;
	text-align: center;
	height: auto;
}
.about-button{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 90px;
}
.about-btn{
	border: unset;
	border-radius: 0px;
	padding: 20px 50px;
	font-size: 20px;
}
.become-image{
	width: 70%;
	float: right;
	text-align: right;
}
.become-image img{
	width: 900px;
}
@media (max-width: 600px) {
	.inspiration-left,
	.become-image{
		width: 100%;
	}
	.become-image{
		margin-top: 50px;
	}
	.inspiration-left img,
	.become-image img{
		width: 100%;
	}
	.inspiration,
	.the-birth,
	.where-it-all-began{
		width: 100%;
	}
}