@media only screen and (max-width: 40em){
    .contact .box-content {
        padding-top: 200px;
        margin-bottom: 0;
    }
}

footer article {
    margin-top: 4em;
    text-align: left;
    /* padding: 0 4em; */
    padding: 0 0;
}

@media only screen and (max-width: 30em) {
    footer article {
        margin-top: 0;
        text-align: center;
    }
}

footer article p {
    font-size: 0.8vw;
    font-weight: bold;
    padding: 0;
    margin-bottom: 0;
    color: #222222;
}

@media only screen and (max-width: 80em) {
    footer article p {
        font-size: 1.4vw;
    }
}

@media only screen and (max-width: 40em) {
    footer article p {
        font-size: 4.2vw;
    }
}

@media only screen and (max-width: 30em) {
    footer article p {
        display: block;
    }
}

footer article .link {
    text-decoration: underline;
}

footer article ul {
    list-style: none;
    padding: 0 1em;
    margin-bottom: 0;
}

footer article ul li {
    font-size: 0.8vw;
    font-weight: 400;
    color: #222222;
}

@media only screen and (max-width: 80em) {
    footer article ul li {
        font-size: 1.4vw;
    }
}

@media only screen and (max-width: 40em) {
    footer article ul li {
        font-size: 4.2vw;
    }
}