@media(max-width:414px){
    body{
        margin: 0px;
        
    }
    header img{
        top: 0;
        width:100%;
    }
    .logo{
        display: flex;
        justify-content: center;
    }
    .logo img{
        width: 35.92vw;
    }
   .mainTitle{
    margin-top: 2.52vh;
    margin-left: 5.55vw;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.0015em;
    color: rgba(0, 0, 0, 0.87);
    }
    .mainInput{
        background-image: url('../../img/finishOrder/lupa.png');
        background-repeat: no-repeat;
        background-position-x:  4vw;
        background-position-y: 2vh;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24);
        border-radius: 15px;
        width: 77vw;
        height: 7vh;
        border: none;
        margin-top: 2.52vh;
        margin-left: 4.44vw;
        padding-left: 14vw;
      
        /* Subtitle 3 */

        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 2.1vh;
        /* identical to box height */
        color: #656565;
    }
    .containerData{
        background: #FFFFFF;
        border: 1px solid #C4C4C4;
        box-sizing: border-box;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24);
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.52vh;
        height: 86px;   
        width: 91.11vw;
        margin-left: 4.44vw;
    }
    .containerData .boximg1 img{
        width: 22px;
        height: 22px;
        margin-left: 10vw;

    } 
    .containerData .boximg2 img{
        width: 20px;
        height: 17px;
        margin-left: 10vw;

    } 
    .containerData .boximg3 img{
        width: 16px;
        height: 20px;
        margin-left: 10vw;
    } 
    .containerData .boximg1 {
        width: 22vw;
        margin-left: -26%;

    } 
    .containerData .boximg2 {
        width: 22vw;
        margin-left: -26%;
    } 
    .containerData .boximg3 {
        width: 22vw;
        margin-left: -26%;
    } 
    .containerData .box2{
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.001em;
        color: black;
        width: 57%;
    }
    .box2 .money p{
        font-family: Roboto;
        font-style: normal;
        font-weight: 900;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.001em;
        color: #019682;
    }
    .containerData .box2 > div{
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.001em;
        color: #656565;
        margin-top: -1vh;
    }
    footer{
        margin-top: 7vh;
        width: 100%;
        background-color: white;

    }
    footer > img{
        width: 100%;
    }
}