.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: white;
  text-align: center;
  z-index: 999;
}
 .footer .footer-div{
      box-sizing: border-box;
      float: left;
      display: block;
      color: black;
      text-align: center;
      padding: 12px 8px 6px 8px ;
      text-decoration: none;
      width: 20%;
}
.footer .footer-div .fas{
    font-size: 22px;
    margin-bottom: 15px;
}
.footer .footer-div p{
    color:black;
    margin: 0;
    padding-bottom:5px;
    font-size:13px;
    line-height: 0px;
}