.error-wrapper {
        min-height: 100%
    }

    .vnK8d {
        width: 459px
    }

    .dPPhd {
        margin-top: 150px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .dPPhd h3 {
        margin: 24px 0 0;
        font-size: var(--font-size-base-lg);
        font-weight: var(--font-weight-bold);
        line-height: var(--line-height-32);
        color: var(--ds-neutral-100)
    }

    .dPPhd p {
        width: 500px;
        margin-top: 16px;
        margin-bottom: 0;
        font-size: var(--font-size-sm);
        line-height: var(--line-height-m);
        color: var(--wp-neutral-2)
    }

    @media (max-height: 750px) {
        .dPPhd {
            margin-top:50px
        }
    }

    @media (max-width: 991px) {
        .dPPhd {
            height:100vh;
            padding: 0 36px;
            margin-top: 0
        }

        .vnK8d {
            width: 100%
        }

        .dPPhd h3 {
            font-size: var(--font-size-m);
            line-height: var(--line-height-m)
        }

        .dPPhd p {
            font-size: var(--font-size-xs);
            line-height: var(--line-height-sm);
            margin-top: 8px;
            width: 100%
        }

        .nZWWd {
            margin-top: 24px;
            display: flex;
            justify-content: center
        }
    }
