.j51_icon > h3,
.j51_icon > p {
  text-align: center;
  position: relative;
}
.j51_icon {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0;
  text-align: center;
}
.j51_icon > i {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.j51_icon > h3 {
  margin: 0 0 5px 0;
  font-size: 25px;
  position: relative;
  line-height: 1.2em;
  color:blue;
}
.j51_icon > p {
}
.j51_icons > a {
  color: inherit;
}
.j51_icons [class^="fa-"]:before, .j51_icons [class*=" fa-"]:before {
  font-family: FontAwesome;  
  margin-bottom: 10px;
  display: inline-block;  
}
/* Responsive */
@media only screen and (max-width: 767px) {
  .j51_icon {
    width: 100% !important;
  }
}
