.error.error-5 .error-title {
    font-size: 7rem !important;
}

.error.error-5 .logo {
    display: inline-block;
    margin-bottom: 0;
}

.error.error-5 table.error-reference {
    margin-bottom: 0;
}

    .error.error-5 table.error-reference th {
        width: 1px;
        white-space: nowrap;
    }

    .error.error-5 table.error-reference td {
        word-break: break-all;
    }

@media (min-width: 768px) {
    .error.error-5 .error-title {
        font-size: 14rem !important;
    }

    .error.error-5 .logo {
        margin-bottom: 1.5rem;
    }
}
