.global-footer {
    background-color: var(--grey-light);
    margin: 40px 0 0;
    padding: 44px 0 28px;
    position: relative;
}
.global-footer .global-footer--list-heading {
    font-size: 18px;
    margin: 0 0 12px;
    font-weight: bold;
}
.global-footer .global-footer--list {
    font-weight: normal;
    list-style: none;
    line-height: 29px;
    padding: 0;
    margin: 0 0 32px;
}
.global-footer .global-footer--list li {
    line-height: 29px;
}
.global-footer .global-footer--list li a {
    font-weight: normal;
}
.global-footer .global-footer--small-copy {
    margin: 14px 0 0;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}
.global-footer .global-footer--large-copy {
    font-size: 20px;
    font-weight: bold;
}
.global-footer .global-footer--logo {
    margin: 0 0 8px -10px;
    max-width: 100%;
    width: 288px;
}
@media(max-width: 768px) {
    .global-footer .global-footer--small-copy {
        text-align: left;
    }
}