.thanks-page-main {
	max-width: 760px;
	margin: 0 auto;
	padding: 35vh 20px;
	text-align: center;
}

.thanks-page__title {
	font-size: 4rem;
	margin-bottom: 20px;
}

.thanks-page__content {
	font-size: 1.8rem;
	line-height: 1.8;
	margin-bottom: 32px;
}

.thanks-page__back a {
	display: inline-block;
	padding: 16px 30px;
	background: #111;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 1.8rem;
}
