.section {
	padding: 102px 0 60px;
	position: relative;
	background: #F9F9F9;
}

.section:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 42%;
	background: #00B3BE;
}

.section .section__inner {
	position: relative;
}

.section .section__entry {
	max-width: 928px;
	margin: 0 auto 112px;
	font-size: 28px;
	color: #fff;
	text-align: center;
	line-height: 1.47;
}

.section .section__entry p {
	margin-bottom: 20px;
}

.section .section__entry p:last-child {
	margin-bottom: 0;
}

.section .section__content {
	margin: 0 -5px;
	background: #fff;
	padding: 69px 82px 67px;
	border-radius: 10px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
	letter-spacing: -0.01em;
}

.section .section__head {
	margin-bottom: 74px;
}

.section .section__head h2 {
	font-size: 35px;
	color: #444;
}

.section .section__body {
	padding: 0 32px;
}


@media screen and (max-width: 1199px) {
	.section .section__content {
		margin: 0;
		padding: 69px 60px;
	}

	.section .section__body  {
		padding: 0 15px;
	}

	.section .section__entry  {
		font-size: 25px;
		margin-bottom: 90px;
	}

	.section .section__head h2 {
		font-size: 30px;
	}
}

@media screen and (max-width: 1024px) {
	.section {
		padding: 80px 0 60px;
	}

	.section .section__content {
		padding: 50px 30px;
	}

	.section .section__head {
		margin-bottom: 50px;
	}

	.section .section__body {
		padding: 0;
	}

	.section .section__entry {
		font-size: 20px;
		margin-bottom: 60px;
	}

	.section .section__head h2 {
		font-size: 25px;
	}
}

@media screen and (max-width: 768px) {
	.section {
		padding: 45px 0 25px;
		background: #fff;
	}

	.section .section__head {
		margin-bottom: 43px;
	}

	.section .section__entry {
		font-size: 15px;
		margin-bottom: 35px;
	}

	.section .section__content {
		padding: 30px 30px 45px;
	}

	.section .section__head {
		text-align: center;
	}

	.section .section__head h2 {
		font-size: 20px;
	}
}

@media screen and (max-width: 575px) {
	.section .section__head {
		max-width: 296px;
		margin: 0 auto;
	}
}