@media screen and (max-width:767px) {
    #content_us_frame{
        margin-top: 3em;
        width: clamp(50em, 80%, 100em);
        padding: 2em;
        background-color: #fff;
        border-radius: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #content_us_frame_bigfont{
        width: 100%;
        font-size: 7rem;
        color: #0A0044;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
    }

    #content_us_frame_smallfont{
        margin-top: .5em;
        width: 100%;
        font-size: 4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align:center;
    }

    #content_us_frame_smallfont_content{
        margin-top: 4em;
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto;
        grid-column-gap: 10%;
        grid-row-gap: 5em;
    }

    .content_us_frame_smallfont_content_div{
        width: 100%;
        height: 20em;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 40% 60%;
        align-items: center;
    }

    .content_us_frame_smallfont_content_div2_2{
        margin-top: 6em;
        width: 90%;
        height: 30em;
    }

    .content_us_frame_smallfont_content_div_font{
        font-size: 4rem;
    }

    .content_us_frame_smallfont_content_div_in{
        width: 100%;
        height: 75%;
        border-radius: .5em;
        overflow: hidden;
        border: #0A0044 solid .1em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content_us_frame_smallfont_content_div_input{
        padding: 2%;
        width: 96%;
        height: 96%;
        border: none;
        outline: none;
        font-size: 3rem;
        resize: none;
    }

    .content_us_frame_smallfont_content_div2{
        margin-top: 2em;
        width: 90%;
        height: 10em;
    }

    .content_us_frame_smallfont_content_div2_2{
        margin-top: 6em;
        width: 100%;
        height: 100em;
    }

    #email_frame_all_div_from_frame_all_div_button {
        padding: .5em;
        border-radius: .5em;
        width: clamp(15em, 50%, 20em);
        height:3em;
        background-color: transparent;
        border: none;
        resize: none;
        background-image: linear-gradient(#4255ffab 30%,#4255ff 100%);
        color: #F5F8FF;
        font-weight: 800;
        font-size: 3.5rem;
        cursor: pointer;
    }

    .sendmail_frame{
        width:100vw;
        height:50vh;
        display:flex;
        justify-content:center;
        align-items:center;
        flex-direction: column;
    }

    .sendmail_frame_div{
        width:100%;
        height:10%;
        display:flex;
        justify-content:center;
        align-items:center;
        color:#0A0044
    }

    .sendmail_frame_div_div{
        height:100%;
        width:6%;
    }

    .sendmail_frame_div_div2{
        width:auto;
        font-size:2rem;
    }

    .sendmail_frame_div2{
        margin-top:1.5em;
    }


}



@media (min-width:768px) and (max-width:1023px) {
    #content_us_frame{
        margin-top: 3em;
        width: clamp(50em, 80%, 100em);
        padding: 2em;
        background-color: #fff;
        border-radius: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #content_us_frame_bigfont{
        width: 100%;
        font-size: 7rem;
        color: #0A0044;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
    }

    #content_us_frame_smallfont{
        margin-top: .5em;
        width: 100%;
        font-size: 4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align:center;
    }

    #content_us_frame_smallfont_content{
        margin-top: 4em;
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto;
        grid-column-gap: 10%;
        grid-row-gap: 5em;
    }

    .content_us_frame_smallfont_content_div{
        width: 100%;
        height: 20em;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 40% 60%;
        align-items: center;
    }

    .content_us_frame_smallfont_content_div2_2{
        margin-top: 6em;
        width: 90%;
        height: 30em;
    }

    .content_us_frame_smallfont_content_div_font{
        font-size: 4rem;
    }

    .content_us_frame_smallfont_content_div_in{
        width: 100%;
        height: 75%;
        border-radius: .5em;
        overflow: hidden;
        border: #0A0044 solid .1em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content_us_frame_smallfont_content_div_input{
        padding: 2%;
        width: 96%;
        height: 96%;
        border: none;
        outline: none;
        font-size: 3rem;
        resize: none;
    }

    .content_us_frame_smallfont_content_div2{
        margin-top: 2em;
        width: 90%;
        height: 10em;
    }

    .content_us_frame_smallfont_content_div2_2{
        margin-top: 6em;
        width: 100%;
        height: 100em;
    }

    #email_frame_all_div_from_frame_all_div_button {
        padding: .5em;
        border-radius: .5em;
        width: clamp(15em, 50%, 20em);
        height:3em;
        background-color: transparent;
        border: none;
        resize: none;
        background-image: linear-gradient(#4255ffab 30%,#4255ff 100%);
        color: #F5F8FF;
        font-weight: 800;
        font-size: 3.5rem;
        cursor: pointer;
    }

    .sendmail_frame{
        width:100vw;
        height:50vh;
        display:flex;
        justify-content:center;
        align-items:center;
        flex-direction: column;
    }

    .sendmail_frame_div{
        width:100%;
        height:10%;
        display:flex;
        justify-content:center;
        align-items:center;
        color:#0A0044
    }

    .sendmail_frame_div_div{
        height:100%;
        width:6%;
    }

    .sendmail_frame_div_div2{
        width:auto;
        font-size:2rem;
    }

    .sendmail_frame_div2{
        margin-top:1.5em;
    }


}



@media screen and (min-width:1024px) {
    #content_us_frame{
        margin-top: 3em;
        width: 80%;
        padding: 2em;
        background-color: #fff;
        border-radius: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #content_us_frame_bigfont{
        width: 100%;
        font-size: 2rem;
        color: #0A0044;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
    }

    #content_us_frame_smallfont{
        margin-top: .5em;
        width: 100%;
        font-size: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #content_us_frame_smallfont_content{
        margin-top: 2em;
        width: 90%;
        height: auto;
        display: grid;
        grid-template-columns: 45% 45%;
        grid-template-rows: auto;
        grid-column-gap: 10%;
        grid-row-gap: 2em;
    }

    .content_us_frame_smallfont_content_div{
        width: 100%;
        height: 4em;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 50% 50%;
        align-items: center;
    }

    .content_us_frame_smallfont_content_div2_2{
        margin-top: 2em;
        width: 90%;
        height: 20em;
    }

    .content_us_frame_smallfont_content_div_font{
        font-size: 1.5rem;
    }

    .content_us_frame_smallfont_content_div_in{
        width: 100%;
        height: 100%;
        border-radius: .5em;
        overflow: hidden;
        border: #0A0044 solid .1em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content_us_frame_smallfont_content_div_input{
        padding: 2%;
        width: 96%;
        height: 96%;
        border: none;
        outline: none;
        font-size: 1.1rem;
        resize: none;
    }

    .content_us_frame_smallfont_content_div2{
        margin-top: 2em;
        width: 90%;
        height: 10em;
    }

    #email_frame_all_div_from_frame_all_div_button {
        margin-top: 3em;
        padding: .5em;
        border-radius: .5em;
        width: 15%;
        background-color: transparent;
        border: none;
        resize: none;
        background-image: linear-gradient(#4255ffab 30%,#4255ff 100%);
        color: #F5F8FF;
        font-weight: 800;
        font-size: 1.2rem;
        cursor: pointer;
    }

    .sendmail_frame{
        width:100vw;
        height:50vh;
        display:flex;
        justify-content:center;
        align-items:center;
        flex-direction: column;
    }

    .sendmail_frame_div{
        width:100%;
        height:10%;
        display:flex;
        justify-content:center;
        align-items:center;
        color:#0A0044
    }

    .sendmail_frame_div_div{
        height:100%;
        width:6%;
    }

    .sendmail_frame_div_div2{
        width:auto;
        font-size:2rem;
    }

    .sendmail_frame_div2{
        margin-top:1.5em;
    }


}
