#footer{
    width:100%;
    height: 250px;
    background-color: rgb(164, 164, 103);
    display: flex;
}
.footer1{

    width: 25%;
   
    
}
.footer1 img{
    width: 50%;
    height: 50px;
}
.footer2{
    width: 25%;
    text-align: center;
}
.footer2 img{
    width:15% ;
    height: 30px;
}

.footer3{
    width: 25%;
    text-align: center;
}
.footer3 ul{
    list-style: none;
}


   .footer4{
    width: 30%;
     list-style: none;
   }
   .footer4 img{
    width: 15%;
    height: 30px;
  }
  .ft1{
    display: flex;
  }
  .ft2{
    display: flex;
  }
  .ft3{
    display: flex;
  }
  .ft4{
    display: flex;
  }