.wp-section {
	max-width: 1210px;
	margin: 30px auto 46px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}

.wp-title {
	font-weight: 700;
	color: rgba(80, 45, 127, 1);
	font-size: 68px;
	line-height: 68px;
	letter-spacing: -2px;
	padding: 0 20px;
}

.wp-subtitle {
	font-weight: 500;
	font-size: 26px;
	color:rgba(102, 102, 102, 1);
	margin: 12px 0 45px 0;
	padding: 0 20px;
}

.wp-desc {
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 0;
	color: rgba(102, 102, 102, 1);
	padding: 0 20px;
}

@media screen and (max-width: 768px) {
    .wp-title {
		font-size: 42px;
		line-height: 42px;
	}

	.wp-subtitle {
		font-size: 22px;
	}

	.wp-desc {
		font-size: 18px;
	}
}

.wp-form {
	margin-top: 46px;
}

.wp-images {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.wp-images-wrapper {
	position: relative;
	max-width: 730px;
	width: 50%;
}

.wp-images-comparatie {
	z-index: 1;
	width: 100%;
}

.wp-images-peformance {
	position: absolute;
	z-index: 2;
	top: 26px;
	left: -34%;
	width: 59%;
	max-width: 426px;
}

.wp-images-revenue {
	position: absolute;
	z-index: 2;
	top: 80px;
	right: -34%;
	width: 59%;
	max-width: 426px;
}

@media screen and (max-width: 768px) {
	.wp-images-wrapper {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.wp-images-comparatie {
		z-index: 1;
		width: 80%;
	}

	.wp-images-peformance {
		display: none;
	}

	.wp-images-revenue {
		display: none;
	}
}