.contact .image-left {
	flex-direction: row;
}
.contact .image-right {
	flex-direction: row-reverse;
}
.contact .right {
	width: 50%;
}
.contact .inside {
	max-width: 600px;
	margin: 0 auto;
}
.contact .inside h2 {
	text-align: center;
	letter-spacing: -0.05rem;
	font-size: 40px;
	line-height: 45px;
	margin: 0 0 10px;
}
.contact .inside p  {
	text-align: center;
	display: block;
	margin: 0;
	font-size: 13px;
	font-weight: 600;
}
.contact .inside h2 strong {
	position: relative;
}
.contact .inside h2 strong:after {
	content: "";
	display: block;
	width: 249px;
	height: 77px;
	background-image: url(../../assets/icons/utility/circle4.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -26px;
	left: -14px;
}
.contact {
	padding: 91px 0;
}
.contact .wpforms-field-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 34px 0 0;
}
.contact .wpforms-field-container .wpforms-field-textarea {
	width:100%;
}
.contact .wpforms-field-container .wpforms-field-name, .contact .wpforms-field-container .wpforms-field-email {
	width:49%;
}
.contact .wpforms-container label {
	font-size:0;
}
.contact .wpforms-container input {
	text-align: left;
	border: none;
	background: white;
	box-shadow: 0 1px 8px -1px rgba(0, 0, 0, 0.2);
	height: 49px;
	padding: 0 31px;
	font-size: 12px;
	margin: 0 0 12px;
}
.contact .wpforms-container textarea {
	text-align: left;
	border: none;
	background: white;
	box-shadow: 0 1px 8px -1px rgba(0, 0, 0, 0.2);
	padding: 14px 31px;
	font-size: 12px;
	margin: 0 0 12px;
	height:152px;
}
.contact .wpforms-container .wpforms-field-hp {
	display: none;
}
.contact .wpforms-submit{
	background: #D8D7BC;
	width: 100%;
	height: 49px;
	box-shadow: 0 1px 8px -1px rgba(0, 0, 0, 0.2);
	font-size: 12px;
	font-weight: 400;
}
.contact .wpforms-submit:hover{
	background:black;
	color:white;
}
@media all and (max-width:630px) {
	.contact .inside {
		max-width: 90%;
		margin: 0 auto;
	}
	.contact .inside h2 {
		text-align: center;
		letter-spacing: -0.05rem;
		font-size: 40px;
		line-height: 45px;
		margin: 0 auto 20px;
		max-width: 356px;
	}
}