.flex-icons .icon-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex-icons .icon-row .icon {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
