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

.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;
  max-width: 500px;
  margin: 0 auto;
}

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

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

.features-boxed .myoutterbox {
  margin-bottom: 30px;
}

.features-boxed .myinnerbox {
  background-color: white;
  padding: 30px 30px 25px 30px;
  height: 100%;
  box-shadow: 4px 4px 8px 2px rgba(0,0,0,0.25);
}

.features-boxed .myinnerbox:hover {
  background-color: #f0f8ff;
}

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

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

.features-boxed .item .box2 {
  text-align: center;
  padding: 0px;
  backgound-color: #fff;
  margin: 0;
}

.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: 0px;
  margin-top: 0;
  color: inherit;
}

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

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

.features-boxed .item .info1 {
  font-size: 13px;
  font-style: italic;
  margin-top: 3px;
  margin-bottom: 0;
}

.features-boxed .item .info2 {
  font-size: 13px;
  font-style: italic;
  margin-top: 3px;
  margin-bottom: 0;
}

.features-boxed .item .link {
  margin-top: 20px;
}

.features-boxed .item .nolink {
  margin: 0;
  padding: 0;
}

