.upper-thank-you {
	height: 560px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #0055e5;
	background-image: url(../img/demo-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	padding-bottom: 0;
	color: #fff;
	padding-top: 50px;margin-bottom: 100px;}

.upper-thank-you h1 {
	color: white;
}
.section-title.center-align {
	max-width: 1040px;
}
section#thanks-page {
	padding: 0;
}

.downer-thank-you {
	display: flex;
	align-items: center;
	padding-bottom: 100px;
}

.upper-thank-you > div {
	margin-bottom: 20px;
}
