@media only screen and (max-width: 430px) {
    #getlove{
 font-size:8px !important;
    }
    .getcon{
 font-size:7.5px !important;
    }
    .getinback{
        height: 38vh !important ;
    }
    #getin{
        font-size: 13px !important;
        margin-bottom: 0 !important;
     
    }
    .getcontact1{
        position: relative !important;
    top: 8% !important;
    }
    .getcontainer{
        position: relative !important;
        top: 8% !important;
    }
.getinback ::placeholder{
    font-size: 6px !important;
}
#getbutton1 {
font-size: 8px;
}
}
    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        
    }


    .getinback {
        background: url("https://www.ima-india.com/ceort2022/images/Get_BG.png");
        
        /* background: url("Untitled.jpeg"); */
        height: 85vh;
        background-size: cover;
        /* background-attachment: fixed; */
        background-position: center center;
        background-repeat: no-repeat;
    }

    #getitem1 {
        order: 1;
        height: 100%;
        width: 50%;
        float: left;
    }

    #getitem1 .getform1 {
        color: white;
        background: transparent;
        border: white 1px solid;
        border-radius: 40px;
        position: relative;
        width: 60%;

        text-align: center;
        margin: 1.5%;
        margin-right: 0;
        margin-left: 0;
        padding: 2%;
        display: flex;
        flex-flow: column wrap;
        flex-basis: auto;


    }

    .getcontainer {
        display: flex;
        flex-flow: column wrap;
        flex-basis: auto;
        height: auto;
        position: relative;
        top: 15%;
        left: 15%;
    }

    .getinback  ::placeholder {
        color: white;
        text-align: center;
        display: flex;
        flex-flow: column wrap;
        flex-basis: auto;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: white;
        /* font-size: calc(1rem + 1vw); */
    }

    #getitem2 {
        order: 2;
        height: 100%;
        width: 50%;
        float: right;
    }

    #getitem2 .getcontact1 {
        color: white;
        float: right;
        position: relative;
        top: 15%;
        right: 15%;
        /* width: 60%;
    height: 70%; */
        text-align: right;
        font-size: 20px;
        display: flex;
        flex-flow: column wrap;
        flex-basis: auto;
    }

    #getbutton1 {
        display: flex;
        flex-flow: column wrap;
        flex-basis: auto;
        background-color: red;
        
        width: auto;
        padding: 2%;
        color:white;
        border: white 2px solid;
        border-radius: 40px;
        margin: 1%;
        margin-right: 0;
        margin-left: 0;
        display: block;
        margin-top: 4%;
        text-align: center;
        padding-left: 8%;
        padding-right: 8%;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
   
    }

    .getcontainer #getbutton1:hover {
        background-color:#ad7838;
    }