footer{
    margin: 5rem 0 2rem 0;
    text-align: center;
}

footer img{
    width: 12.5vw;
}
@media (max-width: 768px){
    footer{
        margin-bottom: 1rem;
    }
    
    footer img{
        width: 40vw;
    }
}