/*-- --------- --------- --------- --*/
/*-- About --*/
/*-- --------- --------- --------- --*/
#about p{
	text-align: center;
	max-width: 660px;
	margin: 0px auto;
}
#about ul{
	padding-left: 0px;
	max-width: 880px;
	margin: 20px auto;
}
#about ul:after{
	content: "";
	display: block;
	clear: both;
}
#about ul li{
	list-style: none;
	color: #00cc88;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	width: 25%;
	float: left;
}
#about ul li img{
	margin: 0px auto 10px auto;
}
@media screen and (max-width: 601px){
#about ul{
	padding-left: 0px;
	margin: 10px;
}
#about ul li{
    margin: 0px 5px 0px 5px;
	list-style: none;
	width: 100%;
	float: none;
}
#about ul li img{
	width: 33.33%;
	height: auto;
}
#about ul li:nth-child(1) img{
	float: left;
}
#about ul li:nth-child(2) img{
	float: right;
}
#about ul li:nth-child(3) img{
	float: left;
}
#about ul li:nth-child(4) img{
	float: right;
}
#about ul li:after{
	content: "";
	display: block;
	clear: both;
}
#about ul li span{
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding-top: 30px;
}
}

