.thank-you-page .admission-content-section.thank-you-cms-content p a.orange-btn{
	color: #fff;	
	text-decoration: none;
	margin-top: 20px;
	text-transform: capitalize;
}
.thank-you-page .admission-content-section p{
	margin-bottom: 10px;
	line-height: 1.625;
	font-size: 20px;
}
.thank-you-page .admission-content-section.thank-you-cms-content,
.thank-you-page .advice-hub-grid-section.advice-hub-inner-section{
	padding: 80px 0;
}
.thank-you-page .advice-hub-grid-section.advice-hub-inner-section .grid-wrapper{
	margin-top: 0;
}
.thank-you-page .advice-hub-grid-section h2{
	text-align: center;
}
.thank-you-page .content-wrapper h2{
	margin: 0 0 15px;
	font-weight: 600;
	font-size: 40px;
}
@media (max-width: 1199px){
	.thank-you-page .admission-content-section.thank-you-cms-content,
	.thank-you-page .advice-hub-grid-section.advice-hub-inner-section{		
	    padding: 50px 0;
	}
	.thank-you-page .content-wrapper h2 {
		font-size: 36px
	}
}

@media(max-width:767px){
	.thank-you-page .admission-content-section h3{
		margin-bottom: 10px;
		font-size: 20px;
	}
	.thank-you-page .thank-you-cms-content h1{
		margin-bottom: 10px
	}
	.thank-you-page .content-wrapper h2 {
		font-size: 32px
	}
}
@media(max-width: 574px){
	.thank-you-page .admission-content-section.thank-you-cms-content p a.orange-btn{
		height: inherit;
		line-height: 1.2;
		padding: 10px 20px;
	}
}