.not-found {
    width: 100%;
    max-width: 770px;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.not-found__description {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    color: rgba(0, 63, 100, 0.75);
}

@media (max-width: 1169px) {
    .not-found {
        width: calc(100% - 15px * 2);
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .not-found__description {
        font-size: 20px;
        line-height: 25px;
    }
}