@media screen and (max-width: 1366px) {
    .error_box {
        transition:all 0.5s;
        margin-top:4% !important;
    }
    .error_sorry {
        font-size: 48px !important;
    }
    .error_btn {
        margin-top: 60px !important;
    }
    .error_btn a {
        width: 190px !important;
        height: 46px !important;
        line-height: 46px !important;
        font-size: 16px !important;
    }
}
