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

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

.features-boxed h3 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #06be73;
}

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

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

.features-boxed .item .box {
  text-align: center;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 8px;
}

.shadow-sm.box:hover {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

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

.features-boxed .item .name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 0;
  color: #333;
}

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

.stretched-link.learn-more {
  color: #06be73;
}

