#error-outrBg-mainContr {
    background-image: url("/content/dam/intelligentcontent/brands/lokelma/us/en/images/desktop-vector-images/landing-pages-vector-image-desktop.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 86.5%;
}
.error-runPhs-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 80px 0 65px;
}
.error-runPhs-wrapper h2 {
    margin: 9px 0 24px 0;
}
.error-runPhs-wrapper p {
    margin: 0 0 42px 0;
}

@media only screen and (max-width: 991px) {
    #error-outrBg-mainContr {
        background-image: url("/content/dam/intelligentcontent/brands/lokelma/us/en/images/mobile-vector-images/landing-pages-vector-image-mobile.svg");
        background-repeat: no-repeat;
        background-position: 0 -68px;
        background-size: 100%;
    }
    .error-runPhs-wrapper {
        padding: 40px 0 50px;
    }
    .error-runPhs-wrapper h2 {
        margin: 3px 0 20px 0;
        width: 86.68%;
    }
    .error-runPhs-wrapper p {
        margin: 0 0 32px 0;
        width: 86.68%;
        letter-spacing: 0;
    }
}