.thank-you-container{
	padding:74px 0 145px;
	overflow: hidden;
}
.thank-you-container h1{
	font-family: 'Nohemi';
	font-size: 40px !important;
	font-weight: 400;
	line-height: 1.1;
	color: #1E1E20;
	margin-bottom: 26px;
}
.thank-you-container p{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	color: #1E1E20;
	margin-bottom:0;
	padding-bottom:18px;
	font-family: 'Inter', sans-serif;
}
.thank-right-content{
	padding: 49px 0 81px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	color: #1E1E20;
}
.thank-right-content h2{
	margin-bottom: 20px;
}
.thank-right-content a{
	width: 100%;
	margin-top: 7px;
	font-family: 'Inter',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    color: #0d4560;
    text-align: center;
    padding: 12px 10px;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #0d4560;
    cursor: pointer;
}
.thank-right-content a:hover{
	background-color: #0d4560;
    color: #fff;
}
.page-template-template-thank-you .lawyer-container{
	padding: 0 0 58px;
}
.single-contact-banner {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	color: #1E1E20;	
	padding-right: 72px;
	padding-top: 35px;
}
.thank-right-content h2{
	font-family: 'Nohemi';
	font-size: 32px;
	font-weight: 400;
	line-height: 1.3;
	color: #1E1E20;
	margin-bottom: 15px;	
}
@media (max-width:767px){
	.thank-you-container {
		padding: 74px 0 80px;
	}
	.thank-you-container h1 {
		font-size: 35px !important;
	}
	.page-template-template-thank-you .lawyer-container{
		padding: 0 0 40px;
	}
	.thank-you-container h1 {
		font-size: 35px;
	}
	.single-contact-banner{
		padding-right: 0;
	}
	.thank-right-content{
		padding: 49px 0 81px 0;
	}
}
@media (min-width:768px){
	.single-contact-banner{
		padding-right: 0;
	}
	.thank-right-content{
		padding: 49px 0 81px 0;
	}
}
@media (min-width:992px){
	.thank-right-content{
		padding: 49px 0 81px 20px;
	}
	.single-contact-banner{
		padding-right: 72px;
	}
}