.about {
	padding: 20px 0 86px;
	position: relative;
	overflow: hidden;
}
.about h1 {
	font-size: 116px;
	margin: -55px 0 18px 32px;
	color: white;
}
.about .flex {
	max-width: 1130px;
	margin: 0 auto;
	justify-content: space-between;
}
.about .flex .left:hover {
opacity:0.6;}
.about .flex .left {
	width: 526px;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: flex-end;
    transition: all 0.5s;
}
.about .flex .left:before {
	content: "";
	display: block;
	background-image: url(../../assets/icons/utility/border2.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 52px;
	left: 13px;
	width: 231px;
	height: 378px;
	z-index: 2;
}
.about .flex .left .img1 {
	width: 202px;
	height: 365px;
	transform: rotate(-2deg);
	margin: 0;
	position: absolute;
	left: 27px;
	top: 60px;
    z-index:1;
}
.about .flex .left a:hover {    
opacity: 1;
}
.about .flex .left .link-two {
    width: 202px;
    height: 365px;
    transform: rotate(-2deg);
    margin: 0;
    position: absolute;
    left: 27px;
    top: 60px;
    z-index: 2;}
.about .flex .right {
	width: 518px;
}
.about .flex .right h2 {
	margin: 43px 0 29px;
}
.about .flex .right p {
	letter-spacing: 0.01rem;
	margin: 0 0 17px;
}
.about .flex .right ul {
	list-style: none;
		display: flex;
		justify-content: space-between;
		padding-right: 26%;
		font-family: 'OaksGrotesk';
		font-weight: 800;
		font-size: 12px;
		margin: 32px 0 0;
		letter-spacing: 0.01rem;
}
.about .flex .right ul a {
	text-decoration: none;
}
.about .flex .right ul a:hover {
	text-decoration: underline;
}
.about .flex .left .img2 {
	width: 345px;
	margin: 0;
	height: 460px;
	border: 5px solid white;
}
@media all and (max-width:1280px) {
	.about .flex{
		max-width: 1080px;
	}
}
@media all and (max-width: 1080px) {
	.about .flex {
		max-width: 768px;
	}
	.about .flex .right {
		width: 380px;
	}
	.about .flex .right h2 {
		margin: 0px 0 29px;
		font-size: 32px;
	}
	.about .flex .left {
		width: 358px;
	}
	.about .flex .left .img2 {
		width: 230px;
		height: 337px;
	}
	.about .flex .left .img1 {
		width: 127px;
		height: 227px;
	}
	.about .flex .left:before {
		top: 54px;
		left: 15px;
		width: 151px;
		height: 239px;
		z-index: 2;
	}
}
@media all and (max-width: 768px) {
	.about h1 {
		font-size: 76px;
		margin: -36px 0 18px 11px;
		color: white;
	}
	.about .flex {
		max-width: 90%;
		display: block;
	}
	.about .flex .left {
		width: 358px;
		margin: 0 auto;
	}
	.about .flex .right {
		width: 100%;
		margin: 20px 0 0;
	}
}
@media all and (max-width: 470px) {
	.about h1 {
		font-size: 61px;
		margin: -31px 0 18px 11px;
		color: white;
	}
	.about {
		padding: 20px 0 40px;
	}
	.about .flex .right h2 {
		font-size:27px;
	}
	.about .flex .right ul {
		padding-right:0;
	}
}