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

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

.features-boxed h2 {
  font-weight:bold;
  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:16px;
  margin:0 auto;
}

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


.features-boxed .item .icon {
  font-size:30px;
  color:white;
  padding-top:4px;
  padding-bottom:4px;
}

.features-boxed .item .name {
  font-weight:bold;
  color:#fff;
  text-decoration:none;
  font-family:Poppins, sans-serif;
  font-size:20px;
  padding:4px;
}

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

