.about-v2 {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.about-v2 .flex {
	justify-content: space-between;
}
.about-v2 .flex .left {
	width: 50%;
	padding: 74px;
	border-right: 1px solid black;
}
.about-v2 .flex .right {
	width: 50%;
	padding: 82px 109px 57px 134px;
}
.about-v2 .flex .right h2 {
	font-size: 34px;
	font-style: normal;
	font-weight: 100;
	line-height: 110%;
	letter-spacing: -0.07rem;
	margin: 0 0 26px;
}
.about-v2 .flex .right h5 {
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	margin: 0 0 110px;
}
.about-v2 .flex .right p {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.17px;
	margin: 0 0 12px;
}
@media all and (max-width: 1340px) {
	.about-v2 .flex .right {
		width: 50%;
		padding: 50px;
	}
}
@media all and (max-width:1040px) {
	.about-v2 .flex {
		display:block;
	}
	.about-v2 .flex .left {
		width: 100%;
		padding: 40px 15px;
		border-right: none;
		border-bottom: 1px solid black;
	}
	.about-v2 .flex .right {
		width: 100%;
		padding: 40px 15px;
	}
}
@media all and (max-width:600px) {
	.about-v2 .flex .right h2 {
		font-size: 28px;
	}
	.about-v2 .flex .right h5 {
		margin: 0 0 35px;
	}
}