.features-boxed {
  color: #212529;
  background-color: rgba(24,90,157,0.15);
  font-family: Montserrat, sans-serif;
}

.features-boxed p {
  color: #7d8285;
  font-size: 15px;
}

.features-boxed h2 {
  font-weight: 400;
  margin-bottom: 40px;
  padding-top: 25px;
  color: inherit;
  font-family: Montserrat, sans-serif;
}

@media (max-width:767px) {
  .features-boxed h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
  }
}

.features-boxed .intro {
  font-size: 16px;
  margin: 0 auto;
}

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

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

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

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

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

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

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

