@media (max-width:1020px) {
    .container {
        max-width: 750px;
    } 
    .down {
        max-width: 750px;
    } 
    footer {
        max-width: 750px;
    }

    .get .phone img {
        width: 120px;
    }

    .get .phone {
        order: -1;
    }

    .down.get {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .get .download {
        padding-top: 30px;
        margin-right: 0;
    }

    .get .phone {
        margin-right: 0;
    }

    .get .phone img {
        width: 150px;
    }
}

@media (max-width:892px) {
    .container {
        max-width: 630px;
    }
    .down {
        max-width: 630px;
    } 
    footer {
        max-width: 630px;
    } 

    body .down {
        justify-content: space-between;
    }

    .phone {
        margin-right: 0;
    }

    .download {
        margin-left: 100px;
    }

    .down.get {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .get .download {
        padding-top: 30px;
        margin-left: 0;
    }
}

@media (max-width:720px) {
    .container {
        max-width: 600px;
    }
    .edit-text p {
        font-size: 30px;
        padding: 10px 20px;
        margin-left: 10px;
    }
    .edit {
        width: 100%;
        font-size: 40px;
        line-height: 55px;
        margin-left: 10px;
        word-break: break-all;
    }
    .popup-close img {
        width: 40px;
    }
    .down {
        flex-wrap: wrap;
    }

    .edit-text svg {
        height: 50px;
        display: inline-block;
        margin-left: 20px;
    }

    .phone {
        margin-right: 0;
        display: flex;
    }
    .phone img {
        width: 500px;
        order: 1;
        margin: 0 auto;
        margin-top: 45px;
    }
    .download {
        padding-top: 50px;
        order: 2;
        margin-left: 0;
        flex-direction: column;
        margin-right: 0;
        align-items: center;
    }

    .get-body {
        display: block;
        height: auto;
    }

    body .down {
        flex-direction: column;
        justify-content: center;
    }

    .logo a img {
        width: 298px;
        margin-bottom: 30px;
    }

    .appstore img {
        width: 295px;
    }

    .get .phone img {
        width: 298px;
        margin-top: 45px;
    }

    .get .download {
        padding-top: 50px;
    }
    
    .googleplay img {
        width: 295px;
    }
    
    .qr img {
        display: none;
    }
    footer {
        display: flex !important;
        flex-direction: column-reverse;
        height: auto !important;
        margin-top: 60px;
        top: 103%;
        justify-content: center;
    }
    footer .copyright {
        justify-items: center;
        padding-right: 0 !important;
        margin: 50px 0 30px 0;
        font-size: 24px !important;
        margin-left: 70px;
        }
    footer .links {
          margin-top: 40px;
          margin-left: -41px;
          font-size: 24px !important;
          text-align: center;
          display: flex !important;
          justify-content: center;
          height: 10px;
        }
        
          footer .links .privacy {
              padding-left: 80px;
              padding-right: 80px;
          }
    footer .socials {
          width: 100%;
          font-size: 20px !important;
          left: 40%;
          justify-content: center; 
          height: 10px;
        }
    footer .socials img {
              width: 70px;
          }
}