.contact{

}
.contact .contact-header{
	
}
.contact .contact-content{
	padding:100px 20px;
}
.contact .contact-content .container{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact .contact-content .contact-form{
	width: calc(50% - 50px);
}
.contact .contact-content .contact-form .ui-field{
	width: 100%;
	margin-bottom: 15px;
}
.contact .contact-content .contact-form .el-field-message{
	height: 150px;
}
.contact .contact-content .contact-form .ui-button{
	width: 100%;
}
.contact .contact-content .contact-description{
	width: calc(50% - 50px);
}
.contact .contact-content .contact-description .ui-title{
	margin-bottom:15px;
}
.contact .contact-content .contact-description ul{
	margin-top:25px;
	list-style: none;
}
.contact .contact-content .contact-description ul li{
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 150%;
}
.contact .contact-content .contact-description ul li a{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.contact .contact-content .contact-description ul li a i{
	color:var(--color-01);
	font-size:40px;
	width:40px;
}
.contact .contact-content .contact-description ul li a p{
	width: calc(100% - 50px);
}
.contact .contact-content .contact-description ul li a p strong{
	display:block;
}


@media all and (max-width: 900px){
	.contact .contact-content .contact-form{
		width: calc(50% - 25px);
	}
	.contact .contact-content .contact-description{
		width: calc(50% - 25px);
	}
}

@media all and (max-width: 768px){
	.contact .contact-content .contact-form{
		width: 100%;		
	}
	.contact .contact-content .contact-description{
		width: 100%;
		margin-top:100px;
	}
}