.about-v2 {
	padding: 41px 0 12px;
	margin: 0 auto;
	background-image:url(../../assets/icons/utility/yellow-paper.png);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}
.about-v2 .image-flex {
	max-width: 834px;
	margin: 0 auto;
	display:flex;
	justify-content: space-between;
	position: relative;
}
.about-v2 .image-flex .image-fit.img2 {
	width: 274px;
	height: 332px;
	border: 1px solid #DFDAC9;
	background: white;
	padding: 33px;
	box-shadow: 1px 4px 6px -1px rgba(0, 0, 0, 0.15);
	margin: 0;
}
.about-v2 .image-flex .image-fit.img1 {
	width: 224px;
	height: 296px;
	border: 1px solid #DFDAC9;
	background: white;
	padding: 33px;
	box-shadow: 1px 4px 6px -1px rgba(0, 0, 0, 0.15);
	transform: rotate(-4deg);
	margin: 30px 0;
}
.about-v2 .image-flex .image-fit.img3 {
	width: 224px;
	height: 296px;
	border: 1px solid #DFDAC9;
	background: white;
	padding: 33px;
	box-shadow: 1px 4px 6px -1px rgba(0, 0, 0, 0.15);
	transform: rotate(4deg);
	margin: 30px 0;
}
.about-v2 .image-flex .script-title {
	transform: rotate(-8deg);
	position: absolute;
	bottom: 11px;
	right: 58px;
	font-family: 'Thursday Morning';
	font-size: 28px;
}
.about-v2 .copy {
	max-width: 945px;
	margin: 42px auto;
	column-count: 2;
	gap: 44px;
}
.about-v2 .copy p {
	font-size: 13px;
	line-height: 22px;
}
.about-v2 .copy p a {
	font-weight: 600;
}
@media all and (max-width:950px) {
	.about-v2 .copy {
		max-width:90%;
	}
	.about-v2 .image-flex {
		max-width:700px;
	}
	.about-v2 .image-flex .image-fit.img2 {
		width: 216px;
		height: 280px;
	}
}
@media all and (max-width:730px) {
	.about-v2 .copy {
		max-width: 90%;
		column-count: 1;
	}
	.about-v2 .image-flex {
		max-width: 500px;
		flex-wrap:wrap;
	}
	.about-v2 .image-flex .image-fit.img1 {
		width: 252px;
		height: 334px;
	}
	.about-v2 .image-flex .image-fit.img3 {
		width: 252px;
		height: 334px;
		margin: -34px auto 0;
		transform: rotate(4deg);
	}
	.about-v2 .image-flex .image-fit.img2 {
		width: 238px;
		height: 316px;
		transform: rotate(4deg);
	}
}
@media all and (max-width:530px) {
	.about-v2 .image-flex {
		max-width: 300px;
		flex-wrap: wrap;
	}
	.about-v2 .image-flex .image-fit.img1 {
		width: 150px;
		height: 195px;
		padding: 20px;
	}
	.about-v2 .image-flex .image-fit.img2 {
		width: 150px;
		height: 199px;
		transform: rotate(4deg);
		padding: 18px;
	}
	.about-v2 .image-flex .image-fit.img3 {
		width: 190px;
		height: 239px;
		margin: -34px auto 0;
		transform: rotate(3deg);
		padding: 20px;
	}
	.about-v2 .image-flex .script-title{
		bottom: -7px;
		right: 0;
	}
}