@media only screen and (max-width: 768px) {
  .J_toGit i, .J_toGit span {
      font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .J_toGit i, .J_toGit span{
    font-size: 24px;
  }
}
