.about .image-left {
	flex-direction: row;
}
.about .image-right {
	flex-direction: row-reverse;
}
.about .right {
	width: 46.5%;
}
.about .flex {
	width: 1085px;
	margin: 0 auto;
	justify-content: space-between;
}
.about .flex .right {
	background: #DFDAC9;
	padding: 30px 30px 0;
	box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
	position: relative;
}
.about .flex .right:after {
	content: "";
	display: block;
	width: 100%;
	height: 29px;
	background-image: url(../../assets/icons/utility/icon.png);
	background-size: 65px;
	background-position: center;
	margin: 13px auto 0;
	background-repeat: no-repeat;
	border-top: 1px solid white;
	padding: 65px 0 0 0;
}
.about .flex .right h2 {
	margin: 40px 0 0;
	letter-spacing: -0.06rem;
}
.about .flex .right h3 {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 25px;
	margin: 17px 0 43px;
	letter-spacing: 0.085rem;
}
.about .flex .right p {
	font-size: 13px;
	line-height: 22px;
}
.about .flex .left {
	background: #FFFBE7;
	padding: 67px 0 3px;
	position: relative;
	box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
	border: 1px solid #DFDAC9;
	width: 51%;
}
.about .flex .left .button {
	color: #000000;
	font-size: 14px;
	opacity: 1;
	border: none;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Oakes Grotesk';
	letter-spacing: 0.08rem;
	margin: 0 0;
	background-image: url(../../assets/icons/utility/arrow-right.png);
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: 172px center;
	width: 230px;
	height: 49px;
	background-color: #D8D7BC;
	border-radius: 51px;
	text-align: center;
	padding: 13px 23px 0 0;
	margin: 30px auto 0;
	box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.3);
}
.about .flex .left .button:hover {
	background-color:white;
}
.about .flex .left:before {
	content: "";
	display: block;
	width: 195px;
	height: 110px;
	background-image: url(../../assets/icons/utility/tape3.png);
	position: absolute;
	background-size: cover;
	background-position: center;
	left: 0;
	right: 0;
	margin: auto;
	top: 16px;
}
.about .flex .left img {
	width: 100%;
	height: 475px;
	object-fit: cover;
	max-width: 379px;
	margin: 0 auto;
}
.about {
	background-image: url(../../assets/icons/utility/stripesbg.png);
	background-size: cover;
	background-position: center;
	padding: 49px 0;
	border-bottom: 1px solid #DFDAC9;
}
@media all and (max-width:1100px) {
	.about .flex {
		width: 700px;
	}
	.about .flex .left {
		padding: 67px 30px 3px;
	}
	.about .flex .right h2 {
		margin: 10px 0 0;
		letter-spacing: -0.06rem;
		line-height: 1;
	}
	.about .flex .right h3 {
		margin: 17px 0 17px;
	}
}
@media all and (max-width:730px) {
	.about .flex {
		width: 90%;
		flex-direction: column;
	}
	.about .right {
		width: 100%;
	}
	.about .flex .left {
		padding: 67px 30px 35px;
		width: 100%;
	}
}