

footer {
    padding: 2.063rem 6.625rem;
    display: flex;
    justify-content: space-between;
}

footer img {
    height: 57px;
    width: auto;
}
@media screen and (min-width: 480px) and (max-width: 840px) {
    footer {
        padding: 0.5rem;
    }
    footer img {
        height: 25px;
        width: auto;
    }
}
@media screen and (max-width: 480px) {
    footer {
        padding: 0.5rem;
    }
    footer img {
        height: 25px;
        width: auto;
    }
}