.page--about .page-body {
    background: url(/images/about-background-5a8ba2e7d6fd65030703e8bbedc16e10.svg) right top+50px no-repeat;
    background-size: calc(100% - 82vw + 20px) auto;
}

.page--about main {
    margin-right: max(0px, calc(((100% - 32vw) / 3) - 50px));
}

@media (max-width: 1184px) {
    .page--about .page-body {
        background: unset;
    }

    .page--about main {
        margin-right: unset;
    }
}