 footer {
      display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
   background: white;
   font-family: 'Poppins', sans-serif;
    color: black;
   border-radius:15px;
  }
  ul{
    list-style:none;    
  } 
  .space{
    margin-top:10px;
  }
.mt5{
    margin-top:0px !important;
  }
@media screen and (max-width:767px){
  footer{ 
	   display:flex;
	   flex-direction:column !important;
    }
  } 