#footer{
    width: 100%;
    height: 250px;
    background-color:#5b6b8d;
    display: flex;
    color: aliceblue;
} 
.footer1{
    width: 25%;
    
}
.footer1 img{
    width: 130px;
    height: 100px;
}
.footer2{
    width: 25%;
    
}
.footer2 img{
   width: 50px;
    height: 50px; 
}
.footer3{
    width: 25%;
    /* height: 180%; */
    /* background-color: rgb(197, 63, 197) */
}
.footer3 ul{
    list-style: none;
    
}
.footer4{
    width: 25%;
    
    /* height: 180%; */
    /* background-color: rgb(152, 130, 218) */
}
.footer4 img{
    width: 15px;
    height: 15px;
  
}
.ft1{
    display: flex;
}