.thankyou-section {
	height: 400px;
	display: flex;
	align-items: center; /* vertical center */
	justify-content: center; /* horizontal center */
	text-align: center;
}

.thankyou-content {
	border: 2px solid #bcc8d3; /* border color */
	padding: 40px 60px;
	border-radius: 10px;
	background-color: #f9f9f9;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.thankyou-content h3 {
	font-size: 24px;
	color: #000;
	font-weight: 600;
	margin: 0;
}