.section_1{
	position: relative;
	background-position: bottom center;

	&:before{
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: '';
		position: absolute;
		background-color: #ffffff60;
	}

	.container-max{
		z-index: 1;
		position: relative;
	}
}

.blockQuoteWrap{
	margin: 30px auto 0;
}

/* Responsive */

@media (max-width: 1199px) {
	.headerBox{
		overflow: hidden;
	}
	.headerBox p {
		font-size: 20px;
	}

	.headerBox .normalDiv p.fz_18 {
		font-size: 16px !important;
	}
}

@media (max-width: 767px) {
	.headerBox p {
		font-size: 18px;
	}

	.headerBox .normalDiv p.fz_18 {
		font-size: 16px !important;
	}

	.blockQuoteWrap .blockQuoteInner p {
		padding: 20px 10px;
	}
	
    .section_1{
        background-size: cover;
    }
}

@media (max-width: 575px) {
	.headerBox .hero-title {
		font-size: 26px;
	}

	.blockQuoteWrap .blockQuoteInner p {
		padding: 15px 5px;
	}
}