#footer{
    width: 100%;
    height: 250px;
    background-color: rgb(137, 159, 180);
    display: flex;
}

.footer1{
    width: 25%;
    
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: italic;
  
}
.footer1 img{
    width: 120px;
    height:65px;

}
    
.footer2{
    width: 25%;
    
    text-align: center;
    font-style: italic;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
}
.footer2 img{
    width: 40px;
    height: 40px;
    padding: 15px;
}
.footer3{
    width: 25%;
    
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: italic;
    
    
}
.footer3 ul{list-style: none;}

.footer4{
    width: 25%;
   
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: italic;
    
}
.footer4 img{
    width: 30px;
    height: 30px;
    display: flex;
    
    
}
.ft1{
    display: flex;
}
.ft2{
    display: flex;
}
.ft3{
    display: flex;
}