.error-404 {
    padding: 120px 0 100px;
    text-align: center;
}

.error-404__code {
    font-family: var(--font-display);
    font-size: 140px;
    font-weight: 800;
    margin: 0;
    background: linear-gradient(180deg, #ffffff 0%, #6c75a8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.error-404__title {
    font-family: var(--font-display);
    font-size: 32px;
    margin: 18px 0 12px;
    color: #fff;
}

.error-404__text {
    color: #b6bcd2;
    max-width: 480px;
    margin: 0 auto 26px;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 640px) {
    .error-404 {
        padding: 80px 0;
    }
    .error-404__code {
        font-size: 96px;
    }
    .error-404__title {
        font-size: 22px;
    }
}
