.center_text {
	position: relative;
	padding: 120px 0;
	text-align: center;
	overflow: hidden;
}

.center_text img.light {
	position: absolute;
	left: 0;
	top: 50%;
	width: 225px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.center_text img.left {
	position: absolute;
	width: 280px;
	left: 0;
    top: 120px;
}

.center_text img.right {
	position: absolute;
    width: 280px;
    right: 0;
    top: 0;
}

.center_text .inside {
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
}

.center_text .inside p.text {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	text-align: center;
	margin: 0 auto 48px auto;
}

.center_text .inside p.text span {
	color: #8DD3BF;
}

@media only screen and (max-width: 996px) {
	.center_text {
		padding: 70px 0 50px 0;
	}

	.center_text img {
		display: none;
	}

	.center_text .inside p.text {
		font-size: 24px;
		line-height: 32px;
	}
}