.next-page {
	position: relative;
 	padding: 12px;
	overflow: hidden;
}
.next-page-image {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}
.next-page .text-wrap-outer {
	position: relative;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	padding: 8rem 3rem;
	z-index: 1;
}
.next-page .text-wrap-inner {
	max-width: 480px;
}
.next-page .shape-1, .next-page .shape-2, .next-page .shape-3 {
	position: absolute;
	height: auto;
}
.next-page .shape-1 {
	fill: #fff;
	width: 30%;
	right: 0;
	bottom: 0;
	opacity: .2;
	transform: translate(20%, 66%);
    -webkit-transform: translate(20%, 66%);
}
.next-page .shape-2 {
	width: 40%;
	left: 0;
	bottom: 0;
	transform: translate(-85%, 50%);
    -webkit-transform: translate(-85%, 50%);
}
.next-page .shape-3 {
    width: 7%;
    left: 50%;
    top: 0;
    transform: translate(-150%, 50%);
	-webkit-transform: translate(-150%, 50%);
}
@media screen and (max-width: 991px) {
	.next-page .text-wrap-outer {
    padding: 2.5rem 2rem 3rem 1.5rem;
}	
}
@media screen and (max-width: 539px) {
	.next-page .text-wrap-outer {
    padding: 1.5rem 1.5rem 2rem 1rem;
}	
}
@media screen and (max-width: 479px) {
	.next-page-image {
		display: none;
	}
	.next-page .text-wrap-outer {
    padding: 1.5rem 1rem 2rem 1rem;
		text-align: center;
}
}