.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;


} 
.footer  ul {
    padding: 1rem 2rem;
    display: flex;
    gap: 2rem;
    align-items: baseline;
    justify-content: space-between;
    text-align: center;
    width: 100%;

    
} 
.footer ul li {
    width: 25%;
} 
.footer ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1.3rem;
    color: #9b9c9c;
    height: 6.3rem;

} 
.footer ul li img{
    height: 60%;
    margin-bottom: 1rem;
} 

    
