@media (min-width: 1280px) {
    .page404mb {
        margin-bottom: 80px !important;
    }

    .wrp-404 {
        flex-direction: column;
    }

    .bread-404 {
        margin-bottom: 8px;
    }

    .page404Title {
        margin-bottom: 16px;
    }

    .page404Text {
        margin-bottom: 32px;
    }

    .page-404-container {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        width: 100% !important;
        align-items: center;
    }

    .text-container-404 {
        max-width: 683px;
        width: 100%;
        max-height: 260px;
    }

    .image-container {
        position: relative !important;
        max-width: 424px !important;
        max-height: 201px !important;
        left: 0 !important;
        top: 0 !important;
    }

    .page404Button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 165px;
        height: 32px;
        padding: 0 12px 0 12px;
        font-size: 12px !important;
        font-weight: 600 !important;
        line-height: 14px !important;
        letter-spacing: -0.02em !important;
        text-align: left !important;
    }
}