.protect {
	padding: 40px;
	padding-left: 20px;
	padding-right: 20px;
	color: #333333;
	font-size: 17px;
}

.protect h1 {
	color: #0a91ad;
	font-size: 30px;
	line-height: 40px;
	font-weight: 800;
}

.cover_home {
	padding-top: 200px;
	background-size: cover;
	background-position: center top;
	cursor: pointer;
}

.splash_home {
	background-color: rgba(0, 0, 0, 0.60);
	padding: 30px;
	color: #ffffff;
	font-size: 30px;
	line-height: 40px;
	font-weight: 800;
}

.splash_home span {
	font-size: 20px;
	line-height: 1.5;
	color: #23c7d4;
	font-weight: 400;
}

.gray {
	background-color: #f0f0f0;
	padding: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.revolutions {
	font-size: 0;
}

.revolution {
	padding: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: solid 1px #cccccc;
	color: #333333;
	font-size: 16px;
	font-weight: 300;
}

.revolution .ico {
	display: inline-block;
	width: 104px;
	height: 104px;
	border-radius: 50%;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	padding-top: 23px;
	margin-bottom: 20px;
}

.revolution .ico img {
	height: 56px;
}

.revolution h1 {
	color: #000000;
	font-size: 19px;
	line-height: 25px;
	margin-bottom: 20px;
}

.revolution.last {
	border: 0 !important;
}

.final {
	padding: 20px;
	padding-top: 65px;
	padding-bottom: 100px;
	color: #333333;
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
}

.final img {
	height: 35px;
	margin-bottom: 25px;
}

.final h1 {
	color: #333333;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
	.cover_home {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 720px) {
	.cover_home {
		padding-top: 160px;
	}
}

@media only screen and (max-width: 480px) {
	.cover_home {
		padding-top: 120px;
	}
}

@media only screen and (min-width: 640px) {
	.protect, .gray, .final {
		padding-left: 40px;
		padding-right: 40px;
	}
	.revolution {
		padding-top: 20px;
		vertical-align: top;
		display: inline-block;
		width: 33.3333%;
		border-right: solid 1px #cccccc;
		border-bottom: 0;
	}
	.gray h1 {
		margin-bottom: 20px;
	}
}