.mainImg h2{
	text-transform: none;
}
.textblk_1{
	text-align: center;
	font-size: 18px;
    line-height: 2;
	margin-bottom: 40px;
	letter-spacing: 1px;
}
.textblk_1 .text-title{
	font-size: 36px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 40px;
}

.textblk_2{
	background: #f9f9f9;
    padding: 53px 0;
    margin-bottom: 65px;
}
.textblk_2{
	max-width: 100%
}
.textblk_2 .container{
	max-width: 100%;
	padding: 0;
}
.textblk_2 .text-title{
	text-align: center;
    font-size: 28px;
    letter-spacing: 4px;
    padding: 0 0 23px;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 22px;
}
.textblk_2 .text-cnt1{
	max-width: 780px;
	padding: 0 15px;
    margin: 0 auto 20px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.9;
}

.textblk_2 .grand-open{
	max-width: 780px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 767px){
	.textblk_1{
		font-size: 15px;
		margin-bottom: 30px;
	}
	.textblk_1 .text-title{
		font-size: 21px;
		margin-bottom: 20px;
	}
	.textblk_2{
		padding: 30px 0 40px;
		margin-bottom: 30px;
	}
	.textblk_2 .text-title{
		font-size: 18px;
	}
	.textblk_2 .text-cnt1{
		font-size: 14px;
	}
}