.about {
	padding: 54px 0 122px;
	position: relative;
	overflow: hidden;
}
.about h1 {
	color: white;
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
	font-weight: 100;
	font-size: 195px;
	text-align: center;
}
.about .flex {
	max-width: 1250px;
	margin: 0 auto;
	justify-content: space-between;
}
.about .right {
	width: 281px;
}
.about .right img {
	width: 100%;
	height: 421px;
	border: 6px solid white;
}
.about .left {
	width: 290px;
	position: relative;
}
.about .left:before{
	content: "";
	display: block;
	background-image: url(../../assets/icons/utility/tape.png);
	background-size: contain;
	width: 151px;
	height: 79px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: -6px;
	right: 0;
	margin: auto;
	z-index: 1;
	transform: rotate(-6deg);
}
.about .left .script-title {
	font-family: 'Paris Script';
	font-size: 23px;
	text-align: center;
	width: 133px;
	display: block;
	transform: rotate(-5deg);
	position: absolute;
	right: -68px;
	z-index: 1;
	bottom: -14px;
	line-height: 1.4;
}

.about .left img {
	width: 272px;
	height: 335px;
	object-fit: cover;
	border: 10px solid white;
	transform: rotate(-6deg);
	margin: 27px 0 0 15px;
}
.about .center {
	width: 549px;
}
.about .center h2 {
	font-size: 40px;
	font-weight: 100;
	font-family: 'Ethic Serif';
	margin: 24px 0 11px;
	letter-spacing: -0.05rem;
}
.about .center h4 {
	text-align: center;
	font-size: 13px;
	font-family: 'HelveticaNeue';
	font-weight: 800;
	margin: 0 0 40px;
}
.about .center p {
	margin: 0 0 17px;
}
@media all and (max-width:1280px) {
	.about .flex{
		max-width: 1080px;
	}
	.about .center {
		width: 380px;
	}
}
@media all and (max-width:1180px) {
	.about h1 {
		font-size: 16vw;
	}
}
@media all and (max-width:1080px) {
	.about .flex {
		max-width: 700px;
		display: block;
		position:relative;
	}
	.about .right {
		width: 250px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.about .right img {
		width: 100%;
		height: 353px;
		border: 6px solid white;
	}
	.about .left:before {
		top:-34px;
	}
	.about .center {
		width: 100%;
	}
}
@media all and (max-width:768px) {
	.about{
		padding: 30px 0 80px;
	}
	.about .flex {
		max-width: 500px;
	}
	.about .right {
		width:200px;
	}
	.about .right img {
		height:270px;
	}
	.about .left {
		width: 220px;
		position: relative;
	}
	.about .left img {
		width: 100%;
		height: 269px;
	}
	.about .center h2 {
		margin: 35px 0 11px;
	}
	.about .center h4 {
		margin: 0 0 25px;
	}
	.about h1 {
		font-size: 15vw;
		bottom: -29px;
	}
}
@media all and (max-width:500px) {
	.about .flex {
		max-width: 90%;
	}
	.about .right {
		width: 153px;
	}
	.about .right img {
		height: 210px;
	}
	.about .left {
		width: 175px;
		position: relative;
	}
	
	.about h1 {
		font-size: 15vw;
		bottom: -13px;
	}
}
