#footer{
 width: 100%;
height: 250px;
background-color:rgb(16, 137, 207);
display: flex;
}
.footer1 img{
    width: 80px;
    height: 55px;
    padding-left: 100px;
}

.footer2{
width: 25%;
text-align: center;
}

.footer2 img{ 
    width: 35px;
    height: 25px;
  padding: 10px 20px;  
} 

.footer3{
width: 25%;
text-align: center;

}
.footer3 ul{
    list-style: none;
    font-family:sans-serif;

    }
.footer4{
width: 25%;
}
.footer4 img{
    width: 30px;
    height: 25px;
}
.ft1{
    display: flex;
}
.ft2{
    display: flex;
}

.ft3{
    display: flex;}