.footer-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  
  .footer-wrapper-1{
    margin: 30px 35px 30px 35px;
    display: flex;
    flex-direction: column;
  }
