.footer {
    text-align: center;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
}

.footer div {
    margin-bottom: 2rem;
}

.footer img {
    width: 65.8rem;
    height: 35.1rem;
    display: none;
}
@media screen and (max-width: 699.98px) {
    .footer{
        padding-bottom: 4rem;
    }
}