.footer {
    padding: 30px 0 0 0;
}

.footer > .contact {
    margin: 5vh 0 5vh 10vh;
    font-size: 3vh;
}

.footer > .contact > p {
    margin: 0 0 1vh 0;
}

.footer > .contact > p:nth-of-type(2) {
    margin: 0 0 4vh 0;
}

.footer > svg {
    width: 100%;
}