.absolute-center {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.absolute-center .section-split {
	align-items: center;
}

.img-thankyou {
	display: flex;
	justify-content: flex-end;
}

.thankyou-logo {
	display: block;
	max-width: 340px;
	width: 80%;
	margin: 0;
}

.thankyou-logo svg {
	display: block;
	width: 100%;
}

.page-thankyou h2 {
	color: #ff5100;
	font-size: 48px;
	font-weight: 700;
}

.page-thankyou p {
	font-size: 22px;
	font-weight: 600;
	margin: 20px 0 50px;
}

.page-thankyou .btn {
	margin-right: 30px;
}

.page-thankyou .btn:last-child {
	margin-right: 0;
}


@media (max-width: 650px) {

	.section-split .section-left  {
		width: 100%;
	}

	.section-split .section-right  {
		display: none;
	}

	.page-thankyou h2 {
		color: #ff5100;
		font-size: 36px;
	}

	.page-thankyou p {
		font-size: 16px;
		margin: 20px 0 30px;
	}

}