.site-footer {
    display: block;
    background-color: black;
    color: white;
    text-align: center;
    width: 980px;
    padding: 1rem 0;
    margin: 0 auto;
    clear: both;
}
.site-footer__legal {
    display: block;
    width: 100%;
}
body .site-footer__legal .site-footer__copyright {
    font-size: 11px;
    color: #999999;
    margin-bottom: 0;
    text-align: center;
}
.site-footer__logo-train {
    position: relative;
    padding: 0 1.25rem;
}
.site-footer__logo-train a {
    color: #ffffff;
    position: relative;
    top: -63px;
}