 main h1 {
	display: none;
}

.thankyoupage {
	max-width: 800px;
	margin: auto;
	text-align: center;
	padding: 0 15px;
}

.thankyoupage .title {
	margin-top: 50px;
	font-size: 43px;
	line-height: 46px;
	font-weight: bold;
	color: #172331;
}

.thankyoupage .subtitle {
	margin-top: 20px;
	font-size: 27px;
	line-height: 34px;
	font-weight: bold;
	color: #172331;
}

.thankyoupage .text1 {
	margin-top: 50px;
	font-size: 15px;
	line-height: 23px;
	color: #5D5D5C;
}

.thankyoupage .text-bottom {
	margin-top: 160px;
	font-size: 13px;
	line-height: 20px;
	color: #AEAFB2;
}



