.footerBackground {
    background-image: url('../assets/2x/Asset 17@2x.png');
    background-position: top;
    background-size: cover;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

footer {
    min-height: 350px;
    position: relative;
    font-size: 13px;
    color: #989898;
}

.footerColumns {
    display: flex;
    width: 560px;
    justify-content: space-between;
    margin-top: 50px;
}

.footerColumns>div div.footerHeader {
    font-weight: bold;
    margin-bottom: 15px;
}

.footerColumns>div div {
    margin-bottom: 8px;
}

.footerColumns a {
    color: #989898;
}

footer .widthFull {
    display: flex;
    justify-content: flex-end;
}