@media screen and (min-width:1100px) {
    .frame_all{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #ares_video{
        width: 100%;
        height: 25em;
    }

    #index_video{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    #hot_product{
        margin-top: 4em;
        width: 80%;
        display:flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #hot_product_header{
        width: 30%;
        font-size: 2.5rem;
        font-weight: 800;
        color: #0A0044;
        letter-spacing: .1em;
        display: grid;
        grid-template-columns: 20% 70%;
        grid-template-rows: auto;
        grid-column-gap: 3%;
        justify-content: center;
        align-items: center;
    }

    #hot_product_content_tab{
        width: 40%;
        height: 2.5em;
        margin-top: 1.2em;
        display:grid;
        grid-template-columns: 34% 33% 34%;
        grid-template-rows: 100%;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: .8em;
        /* border: #0A0044 solid .1em; */
        background-color: #fff;

    }

    .product_content_style_change{
        height: 100%;
        display:flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
    }

    .product_content_style_change:hover{
        font-weight: 800;
        color: #F5F8FF;
        background-color:  #0A0044;
        transition: background-color .2s ease;
        cursor: pointer;
    }

    .product_content_currect_status{
        height: 100%;
        display:flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        font-weight: 800;
        color: #F5F8FF;
        background-color:  #0A0044;
    }

    #hot_product_content_info{
        width: 100%;
        height: 25em;
        margin-top: 2em;
        display: grid;
        grid-template-columns: 100%;
        grid-column-gap: 5%;
        grid-template-rows: 100%;
        align-items: center;
        justify-content: center;
    }

    .hot_product_content_info_frame{
        width: 100%;
        height: 100%;
        /* overflow: hidden; */
    }

    .hot_product_content_info_probably{
        width: 100%;
        height: 100%;
        /* background-color: #fff; */
        display: grid;
        grid-template-columns: 20% 20% 20% 20%;
        grid-template-rows: 100%;
        grid-column-gap: 6.5%;
        transition: .3s;
    }

    .hot_product_content_info_probably_button{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* color: #0A0044; */
    }

    .hot_product_content_info_details_ares{
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 30% 20% 40% 10%;
        background-color: #fff;
        /* padding: 1em; */
        letter-spacing: .1em;
        border-radius: 1.5em;
        text-align: center;
        overflow: hidden;
        transform: scale(1);
        transition: .3s;
        cursor: pointer;
    }

    .hot_product_content_info_details_ares:hover{
        box-shadow: #0A0044 0 0 .8em .1em;
        transform: scale(1.01);
        transition: .3s;
    }

    .hot_product_content_info_details_ares_img{
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0A0044;
        background-color: #fff;
    }



    .hot_product_content_info_details_ares_main_title{
        display: grid;
        align-items: center;
        justify-content: center;
        color: #0A0044;
        font-size: 1.3rem;
        font-weight: 800;
        word-break: break-all;

    }

    .hot_product_content_info_details_ares_sub_title{
        width: 94%;
        height: 90%;
        font-size: .9rem;
        padding: 3%;
        overflow: hidden;
    }

    .hot_product_content_info_details_ares_button{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .hot_product_content_info_details_ares_button_div{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80%;
        height: 90%;
        border-radius: .5em;
        /* border: #0A0044 solid .12em; */
        /* cursor: pointer; */
    }


    /* .hot_product_content_info_details_ares_button_div:hover{
        color: #F5F8FF;
        background-color: #0A0044;
        font-weight: 800;
        transition: .3s;
    } */

    .hot_product_content_info_details_ares_isnull{
        grid-column-start:1;
        grid-column-end:5;
        background-color: #fff;
        display: grid;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        font-weight: 800;
        letter-spacing: .2rem;
        border-radius: 1rem;
        color: #0A0044;
    }


    #hot_product_content_botton{
        margin-top: 1em;
        width: 35%;
        height: 5em;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 60% 40%;
        align-items: center;
        justify-content: center;
        letter-spacing: .1em;
    }


    #hot_product_content_botton_div{
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 100%;
        align-items: center;
        justify-items: center;
    }

    .hot_product_content_botton_div_div{
        width: 75%;
        height: 73%;
        display: grid;
        grid-template-columns: 40% 60%;
        grid-template-rows: 100%;
        font-size: 1rem;
        /* border: #0A0044 solid .1em; */
        background-color: #fff;
        border-radius: .5em;
    }

    .hot_product_content_botton_div_div:hover{
        background-color: #0A0044;
        color: #f4f8ff;
        font-weight: 800;
        cursor: pointer;
        transition: .25s;
    }


    .hot_product_content_botton_div_div2{
        width: 75%;
        height: 73%;
        display: grid;
        grid-template-columns: 60% 40%;
        grid-template-rows: 100%;
        font-size: 1rem;
        /* border: #0A0044 solid .1em; */
        border-radius: .5em;
        background-color: #fff;
    }

    .hot_product_content_botton_div_div2:hover{
        background-color: #0A0044;
        color: #f4f8ff;
        font-weight: 800;
        cursor: pointer;
        transition: .25s;
    }

    .hot_product_content_botton_div_div:hover{
        background-color: #0A0044;
        color: #f4f8ff;
        font-weight: 800;
        cursor: pointer;
        transition: .25s;
    }



    #hot_product_content_botton_div3{
        /* margin-top: 2em; */
        font-size: 1rem;
        text-align: center;
    }


    #show_content{
        margin-top: 7em;
        width: 85%;
        color: #0A0044;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        letter-spacing: .1em;
    }

    #show_content_div{
        font-weight: 800;
        font-size: 2.5rem;
    }

    #show_content_div2{
        font-style: italic;
        margin-top: 1.5em;
    }

    #show_content_div3{
        margin-top: 3em;
        width: 100%;
        height: 18em;
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns: 23% 23% 23%;
        grid-column-gap: 6%;
        grid-template-rows: 100%;
    }


    .show_content_div3_div{
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 35% 10% 20% 30%;
    }

    .show_content_div3_div_svg{
        color: #4255ff;
    }

    .show_content_div3_div_svg2{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.3rem;
        font-weight: 800;
    }

    .show_content_div3_div_svg3{
        text-align: center;
        font-size: .9rem;
    }

    #our_ares{
        margin-top: 8em;
        width: 80%;
        height: 55em;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .our_ares_main_title{
        text-align: center;
        width: 100%;
        color: #0A0044;
        font-size: 2.5rem;
        font-weight: 800;
    }

    .our_ares_subtitle{
        margin-top: .6em;
        text-align: center;
        width: 100%;
        font-size: 1.1rem;
    }

    .our_ares_content{
        margin-top: 5em;
        width: 85%;
        display: grid;
        grid-template-columns: 20% 20% 20% 20%;
        grid-template-rows: auto;
        grid-column-gap: 6%;
        grid-row-gap: 6%;
    }

    .our_ares_content_div{
        width: 100%;
        height: 13em;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 35% 10% 20% 30%;
        align-items: center;
        justify-content: center;
    }

    .our_ares_content_div_div{
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .our_ares_content_div_div_svg{
        color: #0A0044;
        color: #4255ff;
    }

    .our_ares_content_div_div_svg2{
        color: #0A0044;
        font-weight: 800;
        font-size: 1.2rem;
        text-align: center;
    }

    .our_ares_content_div_div_svg3{
        width: 100%;
        height: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .our_ares_content_div_div_div{
        width: 50%;
        height: 70%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: #0A0044 solid .1em;
        border-radius: .5em;
    }

    .our_ares_content_div_div_div:hover{
        color: #f4f8ff;
        background-color: #0A0044;
        font-weight: 800;
        cursor: pointer;
        transition: .3s;
    }


    #news_frame{
        margin-top: 7em;
        width: 80%;
        color: #0A0044;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;

    }

    #news_frame_title{
        font-size: 2.5rem;
        font-weight: 800;
    }

    #news_frame_content{
        margin-top: 2em;
        width: 100%;
        display: grid;
        grid-template-columns: 30% 30% 30%;
        grid-template-rows: 100%;
        grid-column-gap: 3%;
        align-items: center;
        justify-content: center;
    }

    .news_frame_content_div_all{
        width: 100%;
        height: 30em;
        background-color: #fff;
        border-radius: 1em;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 50% 50%;
        overflow: hidden;
        color: #0A0044;
        transform: scale(1);
        box-shadow: #0A0044 0 0 0 0;
        transition: .3s;
    }


    .news_frame_content_div_all:hover{
        /* box-shadow: #0A0044 0 0 1em .1em; */
        color: #f4f8ff;
        background-color: #0A0044;
        cursor: pointer;
        transform: scale(1.05);
        transition: .3s;
    }

    .news_frame_content_div{
        height: 100%;
        width: 100%;

    }

    .news_frame_content_div_div2{
        height: 98%;
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 40% 50% 10%;

    }

    .news_frame_content_div_img{
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news_frame_content_div_img2{
        width: 100%;
        transform: scale(1);
        overflow: hidden;
        transition: .3s;
    }

    .news_frame_content_div_img2:hover{
        transform: scale(1.1);
        transition: .3s;
    }

    .news_frame_content_div_main_title{
        height: 100%;
        width: 100%;
        font-size: 1.2rem;
        font-weight: 800;
        /* color: #0A0044; */
        display: flex;
        align-items: center;
        /* justify-content: center; */
        /* text-align: center; */
    }

    #news_frame_content_div{
        margin-top: 3em;
        padding: 1%;
        border: #0A0044 solid .1em;
        border-radius: .5em;
    }

    #news_frame_content_div:hover{
        background-color: #0A0044;
        color: #f4f8ff;
        font-weight: 800;
        cursor: pointer;
        transition: .3s;
    }


    #search_our_product{
        margin-top: 6em;
        width: 90%;
        height: 20em;
        border-radius: 1em;
        overflow: hidden;
        padding: 1em;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 50% 50%;
        margin-bottom: 5em;
    }

    .search_our_product_div{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        color: #0A0044;
        letter-spacing: .05rem;
    }

    .search_our_product_div_div{
        font-weight: 800;
        font-size: 2.2rem;
        margin-bottom: .5em;
    }

    .search_our_product_div_div1_2{
        width: 100%;
        font-weight: 800;
        font-size: 1rem;
    }

    .search_our_product_div_div2{
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        color: #0A0044;
        display: grid;
        grid-template-columns: 25% 25% ;
        grid-template-rows: 50% 50%;
        grid-column-gap: 1.5%;
        grid-row-gap: 2%;
    }

    .search_our_product_div_div2_div{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search_our_product_div_div2_div_div{
        width: 85%;
        height: 50%;
        border-radius: .8em;
        border: #0A0044 solid .15em;
        display: grid;
        grid-template-columns: 30% 70%;
        grid-template-rows: 100%;
    }

    .search_our_product_div_div2_div_div:hover{
        background-color: #0A0044;
        color: #f4f8ff;
        cursor: pointer;
        font-weight: 800;
        transition: .3s;
    }

    .search_our_product_div_div2_div_div div{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        font-size: .9rem;
    }

}



@media screen and (max-width:1099px) {
    .frame_all{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #ares_video{
        width: 100%;
        height: 80em;
    }

    #index_video{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    #hot_product{
        margin-top: 10em;
        width: 80%;
        display:flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #hot_product_header{
        width: 60%;
        font-weight: 800;
        letter-spacing: .1em;
        display: grid;
        grid-template-columns: 20% 77%;
        grid-template-rows: auto;
        grid-column-gap: 3%;
        justify-content: center;
        align-items: center;
    }

    #hot_product_header_div{
        font-size: 7rem;
        color: #0A0044;
    }

    #hot_product_content_tab{
        width: 100%;
        height: 40em;
        margin-top: 1.2em;
        display:grid;
        grid-template-columns: 100%;
        grid-template-rows: 34% 33% 34%;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 2em;
        background-color: #fff;
        /* border: #0A0044 solid .1em; */

    }

    .product_content_style_change{
        height: 100%;
        display:flex;
        align-items: center;
        justify-content: center;
        font-size: 4rem;
    }

    .product_content_currect_status{
        height: 100%;
        display:flex;
        align-items: center;
        justify-content: center;
        font-size: 4rem;
        font-weight: 800;
        color: #F5F8FF;
        background-color:  #0A0044;
    }

    #hot_product_content_info{
        width: 100%;
        height: 130em;
        margin-top: 5em;
        display: grid;
        grid-template-columns: 100%;
        grid-column-gap: 5%;
        grid-template-rows: 100%;
        align-items: center;
        justify-content: center;
        /* background-color: #0A0044; */
    }

    .hot_product_content_info_frame{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .hot_product_content_info_probably{
        width: 100%;
        height: 100%;
        /* background-color: #fff; */
        display: grid;
        grid-template-columns: 45% 45%;
        grid-template-rows: 45% 45%;
        grid-column-gap: 10%;
        grid-row-gap: 5%;
        transition: .3s;
    }

    .hot_product_content_info_probably_button{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0A0044;
        font-size: 3rem;
        cursor: pointer;
        /* cursor: pointer; */
    }

    .hot_product_content_info_details_ares{
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 30% 20% 40% 10%;
        background-color: #fff;
        padding: 1em;
        letter-spacing: .1em;
        border-radius: 1.5em;
        text-align: center;
        cursor: pointer;
    }

    .hot_product_content_info_details_ares_img{
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0A0044;
    }

    .hot_product_content_info_details_ares_main_title{
        display: grid;
        align-items: center;
        justify-content: center;
        color: #0A0044;
        font-size: 4rem;
        font-weight: 800;
        word-break: break-all;
    }

    .hot_product_content_info_details_ares_sub_title{
        font-size: 3rem;
        overflow: hidden;
    }

    .hot_product_content_info_details_ares_button{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .hot_product_content_info_details_ares_button_div{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 90%;
        border-radius: .5em;
        /* border: #0A0044 solid .12em; */
        font-size: 3rem;
    }


    .hot_product_content_info_details_ares_isnull{
        grid-column-start:1;
        grid-column-end:3;
        background-color: #fff;
        display: grid;
        align-items: center;
        justify-content: center;
        font-size: 4rem;
        font-weight: 800;
        letter-spacing: .2rem;
        border-radius: 1rem;
        color: #0A0044;
    }


    #hot_product_content_botton{
        margin-top: 1em;
        width: 85%;
        height: 15em;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 50% 30%;
        grid-row-gap: 20%;
        align-items: center;
        justify-content: center;
        letter-spacing: .1em;
    }

    #hot_product_content_botton_div{
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 35% 35%;
        grid-template-rows: 100%;
        grid-column-gap: 30%;
    }

    .hot_product_content_botton_div_div{
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 40% 60%;
        grid-template-rows: 100%;
        font-size: 1.5rem;
        /* border: #0A0044 solid .1em; */
        border-radius: 1em;
        background-color: #fff;
    }


    .hot_product_content_botton_div_div2{
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 60% 40%;
        grid-template-rows: 100%;
        font-size: 1.5rem;
        /* border: #0A0044 solid .1em; */
        border-radius: 1em;
        background-color: #fff;
    }



    #hot_product_content_botton_div3{
        font-size: 4rem;
        text-align: center;
    }


    #show_content{
        margin-top: 40em;
        width: 90%;
        color: #0A0044;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        letter-spacing: .1em;
    }

    #show_content_div{
        font-weight: 800;
        font-size: 7rem;
        text-align: center;
    }

    #show_content_div2{
        font-style: italic;
        margin-top: 1.5em;
        font-size: 4.5rem;
        text-align: center;
    }

    #show_content_div3{
        margin-top: 20em;
        width: 75%;
        height: 200em;
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns: 100%;
        grid-column-gap: 2em;
        grid-template-rows: 30% 30% 30%;
        grid-row-gap: 3%;
    }


    .show_content_div3_div{
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 35% 10% 20% 30%;
    }

    .show_content_div3_div_svg{
        color: #4255ff;
    }

    .show_content_div3_div_svg2{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 6rem;
        font-weight: 800;
    }

    .show_content_div3_div_svg3{
        text-align: center;
        font-size: 4rem;
    }

    #our_ares{
        margin-top: 40em;
        width: 80%;
        height: 315em;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .our_ares_main_title{
        text-align: center;
        width: 100%;
        color: #0A0044;
        font-size: 10rem;
        font-weight: 800;
    }

    .our_ares_subtitle{
        margin-top: .6em;
        text-align: center;
        width: 100%;
        font-size: 4rem;
    }

    .our_ares_content{
        margin-top: 10em;
        width: 100%;
        display: grid;
        grid-template-columns: 45% 45%;
        grid-template-rows: auto;
        grid-column-gap: 10%;
        grid-row-gap: 15em;
    }

    .our_ares_content_div{
        width: 100%;
        height: 45em;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 35% 10% 20% 30%;
        align-items: center;
        justify-content: center;
    }

    .our_ares_content_div_div{
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .our_ares_content_div_div_svg{
        color: #0A0044;
        color: #4255ff;
    }

    .our_ares_content_div_div_svg2{
        color: #0A0044;
        font-weight: 800;
        font-size: 4rem;
        text-align: center;
    }

    .our_ares_content_div_div_svg3{
        width: 100%;
        height: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .our_ares_content_div_div_div{
        width: 70%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: #0A0044 solid .1em;
        border-radius: .5em;
        font-size: 3rem;
    }



    #news_frame{
        margin-top: 40em;
        width: 80%;
        height: auto;
        color: #0A0044;
        display: flex;
        align-items: center;
        /* justify-content: center;  */
        flex-direction: column;

    }

    #news_frame_title{

        font-weight: 800;
        width: 100%;
        /* height: 5em; */
        text-align: center;
        font-size: 8.5rem;
    }

    #news_frame_content{
        margin-top: 4em;
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 80em 80em 80em;
        grid-row-gap: 10em;
        align-items: center;
        justify-content: center;
        /* overflow: hidden; */
    }

    .news_frame_content_div_all{
        width: 100%;
        height: 100%;
        background-color: #fff;
        border-radius: 2em;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 50% 50%;
        overflow: hidden;
        color: #0A0044;
        transform: scale(1);
        box-shadow: #0A0044 0 0 0 0;
        cursor: pointer;
        transition: .3s;
    }


    .news_frame_content_div{
        height: 100%;
        width: 100%;

    }

    .news_frame_content_div_div2{
        height: 98%;
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 40% 50% 10%;

    }

    .news_frame_content_div_img{
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news_frame_content_div_img2{
        width: 100%;
        transform: scale(1);
        transition: .3s;
    }


    .news_frame_content_div_main_title{
        height: 100%;
        width: 100%;
        font-size: 4.5rem;
        font-weight: 800;
        display: flex;
        align-items: center;
    }

    .news_frame_content_div_sub_title{
        font-size: 4rem;
    }

    .news_frame_content_div_date{
        font-size: 3rem;
    }

    #news_frame_content_div{
        margin-top: 2em;
        padding: 3%;
        border: #0A0044 solid .1em;
        border-radius: .5em;
        font-size: 4rem;
        cursor: pointer;
    }




    #search_our_product{
        margin-top: 40em;
        width: 90%;
        height: 100em;
        border-radius: 1em;
        overflow: hidden;
        padding: 1em;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 50% 50%;
        margin-bottom: 5em;
    }

    .search_our_product_div{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        color: #0A0044;
        letter-spacing: .05rem;
    }

    .search_our_product_div_div{
        font-weight: 800;
        font-size: 8rem;
    }

    .search_our_product_div_div1_2{
        width: 100%;
        font-weight: 800;
        font-size: 4rem;
        margin-top: 1.5em;
    }

    .search_our_product_div_div2{
        margin-top: 5em;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        color: #0A0044;
        display: grid;
        grid-template-columns: 47.5% 47.5%;
        grid-template-rows: 47.5% 47.5%;
        grid-column-gap: 5%;
        grid-row-gap: 5%;
    }

    .search_our_product_div_div2_div{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search_our_product_div_div2_div_div{
        width: 100%;
        height: 45%;
        border-radius: 2em;
        border: #0A0044 solid .3em;
        display: grid;
        grid-template-columns: 30% 70%;
        grid-template-rows: 100%;
    }

    .search_our_product_div_div2_div_div_img{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }


    .search_our_product_div_div2_div_div_font{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        font-size: 3.5rem;
        font-weight: 800;
    }



}