.contact .image-left {
	flex-direction: row;
	justify-content: space-between;
}
.contact .image-right {
	flex-direction: row-reverse;
	justify-content: space-between;
}
.contact .right {
	width: 50.5%;
	display: table;
}
.contact .right p {
	max-width: 588px;
	letter-spacing: 0.02rem;
}
.contact .right .wpforms-container {
	max-width: 588px;
	margin-top: 33px;
}
.contact .left {
	width: 630px;
	height: 830px;
	object-fit: cover;
	object-position: center;
}
.contact .right h5 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px 0 15px;
	font-weight: 300;
	letter-spacing: 0.1rem;
	color: #302B28;
}
.contact .right #wpforms-error-noscript {
	display: none;
}
.contact .right label {
	display: none;
}
.contact .right input {
	text-align: left;
	margin: 0 0 20px;
	padding: 5px 20px;
	letter-spacing: 0.02rem;
	height: 40px;
	border-radius: 25px;
}
.contact .right textarea {
	font-size: 14px;
	text-align: left;
	border-radius: 25px;
	margin: 0 0 10px;
	padding: 12px 20px;
	letter-spacing: 0.02rem;
	height: 134px;
}
.contact .right button{
	text-transform: lowercase;
	padding: 0;
	width: 110px;
	height: 40px;
	margin: 0;
}
/* .contact .right button:hover {
	background-color:transparent;
	color:black;
	opacity:1;
	background-image: url(../../assets/icons/utility/grey-arrow.png);
} */
@media all and (max-width:1240px) {
	.contact .left {
		width: 48%;
	}
	.contact .right {
		width: 49.5%;
		display: table;
	}
}
@media all and (max-width:1040px) {
	.contact .right .wpforms-container {
		max-width: 98%;
		margin-top: 33px;
	}
}
@media all and (max-width:768px) {
	.contact .image-left {
		display: block;
	}
	.contact .left {
		width: 400px;
		height: 500px;
		margin: 0 auto;
	}
	.contact .right {
		width: 100%;
		display: table;
		text-align: center;
		padding: 10px 30px 60px;
	}
	.contact .right p {
		max-width: 100%;
		letter-spacing: 0.02rem;
	}
	.contact .right h5 {
		margin: 10px 0 15px;
	}
}
@media all and (max-width:520px) {
	.contact .left {
		width: 100%;
		height: 500px;
		margin: 0 auto;
	}
	.contact .right h2 {
		margin: 10px 0 15px;
		font-size: 35px;
	}
	.contact .right h5 {
		font-size:15px;
	}
}