.about-v3 .flex {
	max-width: 1310px;
	margin: 0 auto;
	justify-content: space-between;
}
.about-v3 .flex .center {
	max-width: 785px;
	margin: 40px auto 0;
	text-align: center;
}
.about-v3 .flex .center p {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 23.8px */
	letter-spacing: 0.17px;
}
.about-v3 .flex .center h5 {
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	font-family: 'Haboro Serif Norm Demi';
	margin: 45px 0 52px;
}
.about-v3 .flex .left {
	width: 168px;
}
.about-v3 .flex .left img {
	width: 100%;
	height: 212px;
	object-fit: cover;
}
.about-v3 .flex .right {
	width: 168px;
	display: flex;
	flex-direction: column-reverse;
}
.about-v3 .flex .right img {
	margin: 0 0 13px 0;
	width: 100%;
	height: 212px;
	object-fit: cover;
}
.about-v3 {
	padding: 74px 0 62px;
	border-bottom: 1px solid black;
}
@media all and (max-width:1310px) {
	.about-v3 .flex {
		max-width:95%;
	}
	.about-v3 .flex .center {
		max-width:60%;
	}
}
@media all and (max-width:940px) {
	.about-v3 .flex {
		display:block;
	}
	.about-v3 .flex .center {
		max-width: 100%;
	}
	.about-v3 .flex .right {
		width: 100%;
		flex-direction: row;
		justify-content: flex-end;
	}
	.about-v3 .flex .center h5 {
		margin: 25px 0;
	}
	.about-v3 {
		padding: 40px 0 19px;
		border-bottom: 1px solid black;
	}
	.about-v3 .flex .right img {
		width:168px;
	}
}