
.contact{
	width:100%;
	height:400px;
	border:0px solid #B722EB;
	display:flex;
	justify-content:space-around;
	align-items:center;
}
.contact_con{
	width:48%;
	height:380px;
	border:0px solid #60DC3F;
	float:left;
}