/* Cloud ==================================================== */
#cloud {
    background-color: #f8f8f9;
    padding: 100px 0 140px 0;
    position: relative;
    align-items: center;
}

#cloud .texture{
    background: url("texture_go_top_left.svg") no-repeat right 0;
    background-size: 100% auto;
    width: 44%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
}
#cloud .pageWidth{
    z-index: 1;
}

#cloud .pageWidth .photo{
	background: url(cloud_concept.svg) no-repeat center center;
	background-size: contain;
	/* 	box-shadow: 0 0 20px rgba(0,0,0,.5); */
	max-width: 960px;
	margin: 0 auto 30px auto;
	height: 0;
	padding-top: 30%;
}

#cloud .pageWidth h3{
	font-weight: 200;
	font-size: 29px;
	text-align: center;
	margin-bottom: 5px;
	color: #6A67CE;
	text-transform: uppercase;
}
#cloud .pageWidth h2{
	font-weight: 200;
	font-size: 40px;
	text-align: center;
	margin-bottom: 40px;
	color: #273347;
}

#cloud .pageWidth ul{
	display: flex;
	font-weight: 200;
	font-size: 20px;
	color: #273347;
}
#cloud .pageWidth ul li{
	width: 20%;
	box-sizing: border-box;
	padding: 0px 15px 0 15px;
	position: relative;
	/* 	display: flex; */
}

#cloud .pageWidth ul li i{
	font-size: 40px;
	color: #e63b3b;
}

#cloud .pageWidth h4{
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	padding: 0;
	margin: 0 0 5px 0;
	color: #676D76;
	transition: all .4s;
}


#cloud .pageWidth p{
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	margin: 0;
	color: #A1A4AA;
}



#cloud .pageWidth a{
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #e63b3b;
	opacity: 0;
	transition: all .4s;
}


@media screen and (max-width: 1100px) {
	#cloud .pageWidth {
		padding: 0 10px;
	}
}


@media screen and (max-width: 930px) {
	#cloud .pageWidth h2 br{
		display: none;
	}
}

@media screen and (max-width: 860px) {
	#cloud {
		padding: 140px 0 100px 0;
	}
	#cloud .pageWidth ul{
		flex-wrap: wrap;
		margin: 0 auto;
	}
	#cloud .pageWidth h2{
		font-size: 26px;
	}
	#cloud .pageWidth h3{
		font-size: 23px;
	}
	#cloud .pageWidth ul li{
		width: 33%;
		box-sizing: border-box;
		padding: 0px 15px 20px 15px;
		text-align: center;
	}
}

@media screen and (max-width: 800px) {
	#cloud .texture{
		width: 50%;
	}
}


@media screen and (max-width: 600px) {
	#cloud .pageWidth ul li{
		width: 50%;
	}
}

@media screen and (max-width: 450px) {
	#cloud .pageWidth ul li{
		width: 100%;
	}
}
