/* Text */
.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;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.j51_icon > i {
  margin-bottom: 10px;
}
.j51_icon > h3 {
  margin: 5px 0;
  font-size: 25px;
  position: relative;
}
.j51_icon > p {
  margin-bottom: 0;
}
.j51_icon:hover .snip1103 {
  text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.4);
  color: #ffffff;
}
.j51_icon:hover .snip1103:after {
  opacity: 0;
}
.j51_icon:hover .snip1103:before {
  opacity: 1;
}
.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 {
    width: 100% !important;
  }
}
