/* SOLUTIONS =================================== */
#solutions {
	padding: 255px 0 120px 0;
	position: relative;
}
#solutions.gray {
	background-color: #f8f8f9;
}


#solutions .pageWidth{
    text-align: center;
    z-index: 1;
}


#solutions .texture {
    height: 225px;
	background: url("texture_go_top_center.svg") no-repeat center 0;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}

#solutions .pageWidth h2{
	font-weight: 200;
	font-size: 47px;
	color: #273347;
	margin: 0 auto 80px auto;
	max-width: 960px;
}


#solutions .pageWidth h2 strong{
	font-weight: 200;
	color: #6a67ce;
}


#solutions .pageWidth ul{
	display: flex;
	flex-wrap: wrap;
}

#solutions .pageWidth ul li{
	width: 25%;
	margin-bottom: 30px;
	text-align: center;
}

#solutions .pageWidth ul li i{
	font-size: 80px;
	color: #FC636B;
	transition: all .2s;
    background-color: #f8f8f9;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 10px auto;
}


#solutions .pageWidth ul li:hover i{
/* 	color: #E63B3B; */
	background-color: #FEEFF0;
}


#solutions .pageWidth ul li h4{
	font-weight: 300;
	font-size: 22px;
	color: #8891a3;
	margin: 0 0 6px 0px;
	text-transform: uppercase;
}


#solutions .pageWidth ul li:hover h4{
	color: #E63B3B;
	color: #FC636B;
	transition: all .2s;
}

#solutions .pageWidth ul li:hover a{
	opacity: 1;
}


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


@media screen and (max-width: 910px) {
	#solutions .pageWidth ul li{
		width: 33%;
	}
}

@media screen and (max-width: 740px) {
	#solutions .pageWidth ul li{
		width: 50%;
	}
	#solutions .pageWidth h2{
		font-size: 42px;
		margin: 0 0 50px 0px;
	}
	
	#solutions .pageWidth h2 br{
		display: none;
	}

}

@media screen and (max-width: 600px) {
	#solutions .pageWidth ul li h4{
		font-size: 18px;
	}

	#solutions .pageWidth h2{
		font-size: 36px;
		margin: 0 0 30px 0px;
	}
	#solutions {
		padding: 200px 0 100px 0;
	}
}

@media screen and (max-width: 440px) {
	#solutions .pageWidth ul li h4{
		font-size: 16px;
		font-weight: 300;
	}
	#solutions .pageWidth h2{
		font-size: 33px;
	}
	#solutions .pageWidth ul li i{
		font-size: 60px;
		width: 90px;
		height: 90px;
	}
	#solutions {
		padding: 140px 0 100px 0;
	}
}