.about .flex {
	justify-content: space-between;
}
.about .flex .left {
	height: 100vh;
	width: 50%;
	object-fit: cover;
	object-position: top center;
}
.about .image-left {
	flex-direction: row;
	flex-wrap: nowrap;
}
.about .image-right {
	flex-direction: row-reverse;
	flex-wrap: nowrap;
}
.about .right {
	width: 45.5%;
	height: 100vh;
	display: table;
}
.about .right h2 {
	line-height: 60px;
	font-size: 70px;
	width: 100%;
	margin: 85px 0 32px -140px;
	display: block;
	text-transform: lowercase;
	font-weight: 100;
}
.about .right h2 strong {
	margin: 0 0 0 95px;
}
.about .right h5 {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 15px;
	font-family: 'Poppins';
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
}
.about .right p {
	max-width: 474px;
	font-weight: 300;
	letter-spacing: 0.02rem;
}
@media all and (max-width:1320px) {
	.about .flex .left {
		width: 53%;
	}
	.about .right h2 {
		font-size:105px;
	}
}
@media all and (max-width:1240px) {
	.about .flex .left {
		width: 53%;
	}
	.about .right h2 {
		font-size:100px;
	}
}
@media all and (max-width:1080px) {
	.about .flex .left {
		width: 50%;
		height: 800px;
	}
	.about .right h2 {
		font-size: 89px;
		line-height: 1;
		margin: 46px 0 41px -103px;
	}
	.about .right h2 strong {
		margin: 0 0 0 55px;
	}
	.about .right {
		width: 46.5%;
		height: 800px;
	}
}
@media all and (max-width:768px) {
	.about .flex {
		display: block;
	}
	.about .flex .left {
		width: 100%;
		height: 800px;
	}
	.about .right {
		width: 100%;
		text-align: center;
		display: table;
		height: auto;
		padding: 40px 0 20px;
	}
	.about .right h2 {
		font-size: 71px;
		line-height: 1;
		margin: 0 auto 20px;
	}
	.about .right p {
		max-width: 100%;
		padding: 0 10px;
	}
	.about .right h2 strong {
		margin: 0 0 0 105px;
	}
}
@media all and (max-width:520px) {
	.about .flex .left {
		width: 100%;
		height: auto;
		max-height: 500px;
	}
	.about .right h5 {
		font-size: 22px;
		line-height: 1.3;
		letter-spacing: 0;
		margin: 0 0 15px;
		font-weight: 100;
	}
	.about .right h2 {
		font-size: 50px;
		line-height: 1;
		margin: 0 auto 30px;
		text-align: left;
		max-width: 350px;
	}
	.about .right h2 strong {
		margin: 0 0 0 49px;
	}
}
@media all and (max-width:440px) {
	.about .right h2 strong {
		margin: 0 0 0 29px;
	}
	.about .flex .left {
		width: 100%;
		height: auto;
		max-height: 400px;
	}
	.about .right h2 {
		width: fit-content;
		font-size: 45px;
	}
	.about .right h5 {
		font-size: 16px;
		line-height: 1.2;
		text-transform: uppercase;
		letter-spacing: 0.04rem;
		margin: 0 0 20px;
	}
}