.boxbox{
	width: 31%;
	border: 1px solid #c3c3c3;
	float: left;
	margin-right: 1%;
	margin-left: 1%;

}

.box-title{
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	background-color: #838383;
	padding-top: 5px;
	padding-left: 10px;
}

.box-content{
	color: #ffffff;
	padding-top: 15px;
	padding-left: 5px;
	padding-bottom: 15px;
}

.box-c1{
	padding-left: 25px;
	background-image: url(icon01.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 20px;
	color: #bcbcbc;
	height: 35px;
}

.box-c2{
	padding-left: 25px;
	background-image: url(icon02.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 20px;
	color: #bcbcbc;
	height: 35px;
}

.box-c3{
	padding-left: 25px;
	background-image: url(icon03.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 20px;
	color: #bcbcbc;
	height: 35px;
}

.box-c4{
	padding-left: 25px;
	background-image: url(icon04.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 20px;
	color: #bcbcbc;
	height: 35px;
}

 @media screen and (max-width : 960px) {
 
 
.boxbox{
	width: 90%;
	border: 1px solid #c3c3c3;
	float: left;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 15px;
}

    }
