.contact .image-left {
	flex-direction: row;
}
.contact .image-right {
	flex-direction: row-reverse;
}
.contact .right {
	width: 54%;
	display: table;
}
.contact .right h2 {
	font-size: 40px;
	color: white;
	font-weight: 100;
	margin: -26px 0 27px;
	letter-spacing: -0.08rem;
}
.contact .right h2 em {
	letter-spacing: 0;
}
.contact .right label {
	display: none;
}
.contact .right input {
	width: 100% !important;
	max-width: 100% !important;
	border: none;
	border-radius: 0;
	text-align: left;
	background: white;
	font-family: 'freight-big-pro';
	font-size: 18px;
	color: black;
	margin: 0 0 13px;
	padding: 12px 19px;
	letter-spacing: -0.05rem;
}
.contact .right textarea {
	width: 100% !important;
	max-width: 100% !important;
	border: none;
	border-radius: 0;
	text-align: left;
	background: white;
	font-family: 'freight-big-pro';
	font-size: 18px;
	color: black;
	margin: 0 0 2px;
	padding: 12px 19px;
	letter-spacing: -0.05rem;
	height: 194px;
}
.contact .right .wpforms-submit{
	width: 100%;
	height: 48px;
	background: #121216;
	color: white;
	text-transform: uppercase;
}
.contact {
	padding: 107px 0 75px;
	box-shadow: 2px 4px 7px #868175;
	position: relative;
}
.contact .flex {
	max-width: 858px;
	margin: 0 auto;
	justify-content: space-between;
	position: relative;
}
.contact .flex .left {
	width: 331px;
	height: 448px;
	border: 7px solid #FFFFFF;
	object-fit: cover;
	margin: 0;
	position: relative;
}
.contact .flex:before{
	content: "";
	display: block;
	width: 70px;
	height: 63px;
	background-image: url(../../assets/icons/utility/thumbtack.png);
	background-size: contain;
	background-position: center;
	position: absolute;
	top: -27px;
	left: 131px;
	z-index: 1;
}
.contact .flex:after{
	content: "";
	display: block;
	width: 219px;
	height: 272px;
	background-image: url(../../assets/icons/utility/stamp.png);
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 75px;
	left: -147px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}
@media all and (max-width:1030px) {
	.contact .flex {
		max-width: 700px;
	}
	.contact .right {
		width: 50%;
	}
}
@media all and (max-width:768px) {
	.contact .flex {
		max-width: 500px;
	}
	.contact .flex .left {
		margin: 0 auto;
	}
	.contact .flex:before {
		top: -27px;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 1;
	}
	.contact .right {
		width: 100%;
		margin-top: 50px;
		text-align: center;
	}
}
@media all and (max-width:550px) {
	.contact {
		padding: 50px 0 35px;
	}
	.contact .flex {
		max-width: 90%;
	}
}