#footer {
    margin-top: 340rem;
}

@media screen and (max-width: 655px) {
    #footer {
        margin-top: 50px;
        height: 70px;
    }
}