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

.features-boxed h2 {
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .features-boxed h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.features-boxed .intro {
  font-size:15px;
  max-width:600px;
  margin:0 auto;
}

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

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

.features-boxed .item .box {
  text-align:center;
  padding:10px;
  margin-bottom:10px;
}

.features-boxed .item img {
  margin-top:20px;
  margin-bottom:15px;
  height:60px;
}

.features-boxed .item .description {
  font-size:15px;
  margin-top:10px;
  margin-bottom:10px;
}

