#footer{
    width: 100%;
    height: 250px;
    background-color: rgb(145, 86, 86);
    display: flex;
}
.footer1{
    width: 25%;
    text-align: center;
}
.footer1 img{
    width: 50px;
    height: 50px;
}
.footer2{
    width: 25%;
    text-align: center;
}
.footer2 img{
    width: 40px;
    height: 40px;
    padding-left: 10px;
}

.footer3{
    width: 25%;
    text-align: center;
}
.ft1{
    display: flex;
}
.ft2{
    display: flex;
}
.ft3{
    display: flex;
}
.footer3 img{
    width: 40px;
    height: 40px;
 
}

.footer3 img{
    width: 20px;
    height:20px;
}

.footer4{
    width: 25%;
    height: 180px;
    text-align: center;

}
.footer4 ul{
    list-style: none;
}
