.footer {
    position: absolute;
    background-color: white;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 15px 0;
    border-top: 1px solid #eee;
}

.footer .content > * {
    padding-right: 50px;
    display: inline-block;
}

.footer__link {
    color: #475669;
    font-size: 12px;
}

.footer__copyright {
    font-size: 15px;
    text-transform: uppercase;
}

.footer .content > a:last-of-type {
    padding-right: 0;
}

@media screen and (max-width: 1024px) {
    .footer .content > a {
        margin-right: 0;
        display: block;
        margin-top: 10px;
    }
}