#footer{
    width: 100%;
    height: 300px;
    display: flex;
    background-color: gray;
}
.footer1{
    width: 25%;
    font-family:sans-serif ;
    text-align: center;
}
.footer1 img{
    width: 100px;
    height: 100px;
}

.footer2{
    width: 15%;
    font-family:sans-serif ;
    text-align: center;
    color: black;
    font-size: 1 rem;
    background-color: gray;
    
}
.footer2 img{
    width: 40px;
    height: 25px;
    padding-left: 20px;
}
.footer3{
    width: 30%;
    font-family:sans-serif ;
    text-align: center;
    color: black;
}
.footer3 ul{list-style: none;}
    
.footer4{
    width: 25%;
    color: black; 
    font-family:sans-serif ;
 }
.footer4 img{
    width: 20px;
    height: 20px;
}
.ft1{
    display: flex;
    align-items: center;
    gap: 10px;
}
.ft2{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
}
.ft3{
    display: flex;
    align-items: center;
    gap: 10px;
    row-gap: 5px;
}
.ft4{
    display: flex;
    align-items: center;
    gap: 10px;
    row-gap: 5px;
}
