.striped-border {
  border-bottom: 1px solid;
  border-image: -moz-linear-gradient(
    left,
    #fed330 0%,
    #fed330 20%,
    #e63841 20%,
    #e63841 20%,
    #e63841 40%,
    #5ed6fd 40%,
    #5ed6fd 40%,
    #e63841 40%,
    #5ed6fd 40%,
    #5ed6fd 40%,
    #5ed6fd 60%,
    #45c33b 60%,
    #45c33b 80%,
    #1172c0 80%,
    #1172c0 80%,
    #1172c0 100%
  ); /* FF3.6+ */
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0%, #fed330),
      color-stop(20%, #fed330),
      color-stop(20%, #e63841),
      color-stop(20%, #e63841),
      color-stop(40%, #e63841),
      color-stop(40%, #5ed6fd),
      color-stop(40%, #5ed6fd),
      color-stop(40%, #e63841),
      color-stop(40%, #5ed6fd),
      color-stop(40%, #5ed6fd),
      color-stop(60%, #5ed6fd),
      color-stop(60%, #45c33b),
      color-stop(80%, #45c33b),
      color-stop(80%, #1172c0),
      color-stop(80%, #1172c0),
      color-stop(100%, #1172c0)
    )
    1 stretch repeat; /* Chrome,Safari4+ */
  border-image: -webkit-linear-gradient(
      left,
      #fed330 0%,
      #fed330 20%,
      #e63841 20%,
      #e63841 20%,
      #e63841 40%,
      #5ed6fd 40%,
      #5ed6fd 40%,
      #e63841 40%,
      #5ed6fd 40%,
      #5ed6fd 40%,
      #5ed6fd 60%,
      #45c33b 60%,
      #45c33b 80%,
      #1172c0 80%,
      #1172c0 80%,
      #1172c0 100%
    )
    1 stretch repeat; /* Chrome10+,Safari5.1+ */
  border-image: -o-linear-gradient(
      left,
      #fed330 0%,
      #fed330 20%,
      #e63841 20%,
      #e63841 20%,
      #e63841 40%,
      #5ed6fd 40%,
      #5ed6fd 40%,
      #e63841 40%,
      #5ed6fd 40%,
      #5ed6fd 40%,
      #5ed6fd 60%,
      #45c33b 60%,
      #45c33b 80%,
      #1172c0 80%,
      #1172c0 80%,
      #1172c0 100%
    )
    1 stretch repeat; /* Opera 11.10+ */
  border-image: -ms-linear-gradient(
      left,
      #fed330 0%,
      #fed330 20%,
      #e63841 20%,
      #e63841 20%,
      #e63841 40%,
      #5ed6fd 40%,
      #5ed6fd 40%,
      #e63841 40%,
      #5ed6fd 40%,
      #5ed6fd 40%,
      #5ed6fd 60%,
      #45c33b 60%,
      #45c33b 80%,
      #1172c0 80%,
      #1172c0 80%,
      #1172c0 100%
    )
    1 stretch repeat; /* IE10+ */
  border-image: linear-gradient(
      to right,
      #fed330 0%,
      #fed330 20%,
      #e63841 20%,
      #e63841 20%,
      #e63841 40%,
      #5ed6fd 40%,
      #5ed6fd 40%,
      #e63841 40%,
      #5ed6fd 40%,
      #5ed6fd 40%,
      #5ed6fd 60%,
      #45c33b 60%,
      #45c33b 80%,
      #1172c0 80%,
      #1172c0 80%,
      #1172c0 100%
    )
    1 stretch repeat; /* W3C */
}

.ic_main_mob :before {
  /* content: "🔹"; */
  /* content: "";
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 6px 0 0; */
}
