.err-page, .title-err {
    display: grid;
    font-size: 17px;
    align-items: center;
    justify-items: center;
    text-align: center;
    grid-row-gap: 10px;
}

.err-page {
    width: 600px;
    margin: 60px auto 0;
}

.title-err {
    grid-template-columns: 300px 300px;
}

.err-numbers {
    font-size: 106px;
    line-height: 1;
    font-weight: 700;
    color: #a80a7b;
}

.err-text {
    font-size: 44px;
    font-weight: 700;
    line-height: 52px;
    color: #464646;
    text-align: left;
}