
    .qr_image {
        width: 60vw;
        height: auto;
    }
    input[type=radio] {
        transform: scale(1.5);
    }

    @media only screen and (min-width:440px) {

        .apple_img {
            width: 5vw;
            height: 5vw;
        }
        .default_img {
            width: 10vw;
            heigh: auto;

        }
    }
    @media only screen and (max-width:440px) {

        .apple_img {
            width: 20vw;
            height: auto;
        }

        .default_img {
            width: 20vw;
            height: auto;
        }
        p { padding: 0 1em; }

    }



    input[type=radio] {
        transform: scale(1.5);
    }