.footer__left>div {
    margin: auto 0 0;
}

.footer__left>div p:first-of-type {
    margin-bottom: 1rem;
}
.error404 .site-section {
    position: relative;
    z-index: 2;
}
.error404__overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, var(--Surface-Default) 100%);
    z-index: 1;
}

.error404__pattern {
    position: absolute;
    object-fit: cover;
    object-position: left top;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

