.contact .image-left {
	flex-direction: row;
}
.contact .image-right {
	flex-direction: row-reverse;
}
.contact .right {
	width: 42%;
	padding: 10px;
	background-size: cover;
	background-position: center;
	padding: 63px 0 0;
	position: relative;
}
.contact .right h4 {
	position: absolute;
	top: 270px;
	margin: 0;
	transform: rotate(-8deg);
	width: 200px;
	text-align: center;
	left: 4%;
}
.contact .right .title p {
	margin: 0 auto;
	text-align: center;
	border-bottom: 3px solid #4F4138;
	width: fit-content;
	font-family: 'Ethic Serif';
	font-size: 40px;
	line-height: 0.9;
	letter-spacing: -0.01rem;
}
.contact .right ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 37px auto 51px;
	max-width: 444px;
}
.contact .right ul li img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}
.contact .right ul li {
	margin:0 0px;
}
.contact .right .white-wrap {
	width: 240px;
	height: 311px;
	background: white;
	margin: 0 auto;
	padding: 8px 0;
	filter: drop-shadow(0px 0px 3px #767676);
}
.contact .right img {
	width: 225px;
	height: 245px;
	margin: 0 auto;
}
.contact .left {
	width: 53%;
	margin: 0 auto;
	color:#FFFFFF;
	padding: 63px 0 118px;
}
.contact .left .inside {
	max-width: 572px;
	margin: 0 auto;
}
.contact .left h2 {
	margin: 0 auto;
	text-align: center;
	border-bottom: 3px solid white;
	width: fit-content;
	font-size: 40px;
	line-height: 0.9;
	letter-spacing: -0.01rem;
}
.contact .left #wpforms-error-noscript {
	display: none;
}
.contact .left label {
	color: white;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0 0 9px;
	display: block;
}
.contact .left .wpforms-required-label {
	display: none;
}
.contact .left input {
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	color: black;
	text-align: left;
	height: 48px;
	margin: 0 0 7px;
}
.contact .left textarea {
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	color: black;
	text-align: left;
	height: 166px;
	margin: 0 0;
}
.contact .left button {
	width: 100%;
	background: #908274;
	font-size: 10px;
	text-transform: uppercase;
	height: 48px;
}
.contact .left button:hover {
	opacity: 1;
	background: #F4EFE9;
	color:black;
}
.contact .left .wpforms-field-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 66px auto 6px;
}
.contact .left .wpforms-field-container .wpforms-field {
	width:100%;
}
.contact .left .wpforms-field-container .wpforms-field.wpforms-field-name, .contact .left .wpforms-field-container .wpforms-field.wpforms-field-email {
	width:49%;
}
.contact .flex {
	justify-content: space-between;
}
@media all and (max-width:1280px) {
	.contact .left{
		width: 41%;
	}
	.contact .right {
		width: 54%;
	}
}
@media all and (max-width:1080px) {
	.contact .flex {
		display: block;
	}
	.contact .left {
		width: 100%;
	}
	.contact .right {
		width: 100%;
		padding: 60px 0 80px;
	}
}
@media all and (max-width:768px) {
	.contact .left .inside {
		max-width: 500px;
		margin: 0 auto;
	}
	.contact .left {
		width: 90%;
	}
	.contact .right ul {
		max-width: 90%;
	}
}