.features-boxed {
  color:#040404;
  background-color:#253c48;
}

.features-boxed p {
  /*color:#000000;*/
  /*font-family:'Lora';*/
}

.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 .item {
    text-align:center;
  }
}

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

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

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

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

.features-boxed .item .box {
  text-align: center;
  padding: 25px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 40px;
  border-radius: 15px !important;
  height: 320px;
  box-shadow: 3px 3px 4px 1px rgba(135,135,135,1);
}

.features-boxed .item .icon {
  font-size:60px;
  color:#1437ee;
  margin-top:10px;
  margin-bottom:25px;
}

.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;
}

