@media (min-width: 769px) {
    .card-information-title {
        background: white;
    }

    .back-button-img {
        display: none;
    }

    .payment-instructions .back-button-img {
        display: block;
    }

    body {
        max-width: 500px;
        margin: 0 auto;
    }

    .subscribe-note-box.active {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100vw;
        left: 0px;
    }

    .subscribe-note {
        bottom: unset;
        margin-top: -38vh;
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 11px 11px 11px 11px;
        max-width: 400px;
    }

    .supports-device-box {
        margin-top: -38vh;
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 11px 11px 11px 11px;
        max-width: 400px;
    }

    .app-message-box {
        max-width: 400px;
        transform: translate(calc(50vw - 50%), calc(50vh - 50%));
        margin: 0 auto;
        left: unset;
        top: unset;
        bottom: unset;
    }

    .success-box {
        max-width: 500px;
        margin: 0 auto;
    }

    .payment-instructions {
        max-width: 500px;
        margin: 0 auto;
    }

    .next-box-parant {
        max-width: 500px;
    }

    .confirm-background {
        width: 100vw;
        max-width: 100vw;
        left: 0;
    }

    .app-message-box-background {
        width: 100vw;
        max-width: 100vw;
        left: 0;
    }

    .app-background {
        width: 100vw;
        max-width: 100vw;
        left: 0;
    }

    .protect-tips {
        max-width: 400px;
    }

    .index-note {
        bottom: 28%;
    }

    .next-box-parant-trial .next-box {
        max-width: 500px;
    }

    .next-box-parant-trial .next-box form {
        max-width: 500px;
    }

    .security-title {
        background: unset;
    }
}
