/* Text */
.j51_icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.j51_icon > h3,
.j51_icon > p {
  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;
  color: rgba(0, 0, 0, 0.8);
}
.j51_icon figure {
  margin: 0;
}
.j51_icon.boxed figure {
  padding: 25px 25px 35px;
  margin: 0;
}
.j51_icon figcaption {
}
.j51_icon figure > i {
  text-align: center;
}
.j51_icon h3 {
  margin: 0;
  position: relative;
  line-height: 1.4em;
}
.j51_icon p {
  margin-bottom: 0;
}
.j51_icons > a:first-of-type .j51_icon {
  border-left: none;
}
.j51_icons > a:last-of-type .j51_icon {
  border-right: none;
}
.text-light .j51_icon {
  color: rgba(255,255,255,0.8);
}
/* Responsive */
@media only screen and (max-width: 767px) {
  .j51_icon {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
