.features-boxed {
  color:#313437;
  background-color:#eef4f7;
}

.features-boxed .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto;
  text-align:center;
}

.features-boxed .features {
  padding:50px 0;
}

.features-boxed .item {
  text-align:center;
}

.features-boxed .item .box {
  text-align:center;
  padding:30px;
  background-color:#fff;
  margin-bottom:30px;
  min-height:330px;
}

.features-boxed .item .icon {
  font-size:60px;
  color:#1485ee;
  margin-top:20px;
  margin-bottom:35px;
}

