footer {
    color: black;
    background-color: #e2e2e2;
}

.footer-block {}

footer .logo img {
    height: 44px;
}

footer .wrapper {
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.small-gray {
    color: #95908d;
    padding: 61px 0 24px;
    font-size: 17px;
}

.tos, .tos a {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
}

.tos.current a {
    color: #0065be;
}

.tos {
    padding: 26px 0 42px 0;
}

footer .contact {}

footer .phone {
    padding: 10px 0 0;
}

footer .linkedin {
    width: 50px;
}

footer .copy {
    font-size: 12px;
    padding: 120px 0 0;
    text-align: right;
}

footer .logo {
    text-align: center;
    padding: 48px 0 0;
}