#page-404 {
    text-align: center;
}
#page-404 .svg-wrapper {
    margin: 80px 0 100px;
}
#page-404 .text-wrapper h1 {
    font-size: 30px;
    line-height: 1.2;
}
#page-404 .text-wrapper p {
    margin: 24px 0 33px;
    font-size: 16px;
    line-height: 1.5;
}
#page-404 .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
#page-404 .btn:hover {
    text-decoration: underline;
}

@media (max-width: 1023px) {
    #page-404 .svg-wrapper {
        margin: 40px 0 60px;
    }
    #page-404 .svg-wrapper img {
        max-width: 85%;
        height: auto;
    }
}

@media (max-width: 767px) {
    #page-404 .text-wrapper h1 {
        font-size: 24px;
    }
    #page-404 .text-wrapper p {
        margin: 16px 0 22px;
    }
    #pre-footer {
        margin-top: 40px;
    }
}