.bs-glyphicons {
      padding-left: 0;
      padding-bottom: 1px;margin:0 0;
      margin-bottom: 20px;
      list-style: none;
      overflow: hidden;
    }

    .bs-glyphicons li {
     float: left;border:0.5px solid #fff;background:#fff;
     width: 16.666%;
     height: 150px;
     padding: 25px;
     margin: 0 -1px -1px 0;
     font-size: 12px;
     line-height: 1.1;
     text-align: center;
     cursor:pointer;text-transform:uppercase;
    }

    .bs-glyphicons .fa, .bs-glyphicons .fab{
      margin-top: 5px;background:#FDFDFD;
      margin-bottom: 10px;
      font-size: 30px;padding:10px;border:1px solid #ccc;
    }

    .bs-glyphicons .glyphicon-class {
      display: block;
      text-align: center;
      word-wrap: break-word; /* Help out IE10+ with class names */
    }

    .bs-glyphicons li:hover {
      background-color: #EBF4FA;
    }

    @media (max-width: 1040px) {
      .bs-glyphicons li {
        width: 25%;
      }
    }
    @media (max-width: 800px) {
      .bs-glyphicons li {width: 33.3%;}
.gambars {display:none;}
    }