.foot-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }

footer{
    margin-top: 15px;
    padding: 30px 8px 300px 8px;
    color: #fafafa;
    background-color: #bbb;
  }  

  footer h6{
    margin:30px;
    font-weight: 500;
  }  