.im2 img:hover{
  transform: scale(2);
}

footer .f1 .logo {
    width: 100%;
    margin-right: 250px;
    transform: scale(1);
}

footer .f1 .logo:hover{
    color: white;
    width: 100%;
}

footer .im2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}


    @media screen and (max-width: 722px){
    footer a img {
    transition: 0.7s ease;
    width: 100%;
    height: fit-content;
}


    
}
    
}

footer .social a
{
    color: white;
    text-decoration: none;
}
footer .social a i
{
    padding: 5px;
    margin: 0 5px;
    border-radius: 50%;
    /* border: 1px solid white; */
    color: white;
    font-size: 25px;
    
}