 #footer{
    width: 100%;
    height: 200px;
    background-color: beige;
    display: flex;
}
.footer1{
    width: 25%;
    height: 180px;

    
}
 .footer1 img{
    width: 50px;
    
 }   
.footer2{
    width: 25%;
    height: 180px;

    text-align: center;
}

.footer2 img{
    width: 30px;
    

}
 .footer3{
    width: 25%;
    text-align: center;  
 }
 .footer3 ul{
list-style: none;
    
 }
.footer4{
    width: 25%;
    
    

  }
  .footer4 img{
    width: 10px;
    height: 10px;
  }
 .ft1{
    display: flex;
 
 }
 .ft2{
    display: flex;
 }