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

.features-boxed p {
  color: #7d8285;
}

.features-boxed h2 {
  font-weight: bold;
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
  color: inherit;
}

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

.features-boxed .intro {
  font-size: 1rem;
  max-width: 37.5rem;
  margin: 0 auto;
}

.features-boxed .intro p {
  margin-bottom: 0;
}

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

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

.features-boxed .item .box {
  text-align: center;
  padding: 1.9rem;
  background-color: #fff;
  margin-bottom: 1.9rem;
}

.features-boxed .item .icon {
  font-size: 3.7rem;
  color: #1485ee;
  margin-top: 1.3rem;
  margin-bottom: 1.5rempx;
}

.features-boxed .item .name {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
  margin-top: 0;
  color: inherit;
}

.features-boxed .item .description {
  font-size: 0.9rem;
  margin-top: 0.9rem;
  margin-bottom: 1.4rem;
}

