@charset "utf-8";

.Characteristic .col-md-3{
	background: #fff;width: 24%;margin-right: 1.33%;padding: 15px;height: 276px;box-shadow: 0 0 10px #ccc;
}
.Characteristic .col-md-3:last-child{
	margin-right: 0;
}
.system-details p{
	font-size: 14px;color: #333;
}
@media only screen and (min-width: 320px) and (max-width: 640px){
	.Characteristic .col-md-3{
		width:100%;height:auto;margin:0;
	}.Characteristic .col-md-3 img{
		margin:auto;
	}
}