.zb-error .zb-scale__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 280px;
    padding: 24px 0;
}

.zb-error__code {
    font-size: 72px;
    font-weight: 800;
    color: #c94a30;
    line-height: 1;
    margin: 0 0 12px;
}

.zb-error__message {
    font-size: 15px;
    color: #4a3428;
    margin: 0 0 24px;
    line-height: 1.7;
    max-width: 28ch;
}
