@media (max-width: 575.98px) { 

}

@media (min-width: 576px)  {
    .hero_image_wrapper img{
        width: 320px;
    }

    #static .box_wrapper .box {
        width: calc(50% - 10px);
    }
}

@media (min-width: 768px)  { 
    body{
        font-size: 16px;
        line-height: 1.5em;
        letter-spacing: 0.03em;
    }

    .menu_wrapper{
        display: inherit;
    }
    

    .menu_res_btn_wrapper{
        display: none;
    }

    #hero .container{
        flex-direction: row;
    }

   
    .hero_text_wrapper{
        width: 50%;
        padding-top: 3rem ;
    }

    .box_content_wrapper{
        width: 50%;
        padding: 4rem;
    }
    
    .box_image_wrapper{
        width: 50%;
    }

    #static .title h2 {
        border-bottom: none;
        font-size: 2em;
    }

    #static .title::after{
        content: ' ';
        background-color: #cd2469;
        height: 3px;
        width: 100%;
        top: 50%;
        left: 0;
        position: absolute;
        z-index: 1;
    }

    #static .box_wrapper .box {
        width: calc(25% - 10px);
    }

    #awards .box{
        width: calc(100%/3 - 10px);
    }

    #news .box{
        width: calc(100%/3 - 10px);
    }

    #sponser .container div{
        width: calc(100%/3 - 20px);
    }
    
    footer .col1 {
        width: calc(40% - 10px);
    }
    
    footer .col2 {
        width: calc(25% - 10px);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    footer .col3 {
        width: calc(35% - 10px);
    }

    #intro_wro_wrapper .container div{
        width: 50%;
        padding: 2rem;
        margin: 1rem 0;
    }

    #category_wrapper .content_wrapper .cat_box .img_wrapper{
        width: 170px;
    }
    
    #category_wrapper .content_wrapper .cat_box .detail_wrapper{
        width: calc(100% - 500px);
    }
    #session .box{
        width: calc(33% - 10px);
    }
    #wro_session_intro_wrapper .intro_wro_wrapper .img_wrapper{
        width: 40%;
    }
    
    #wro_session_intro_wrapper .intro_wro_wrapper .intro_wrapper{
        width: 40%;
    }

    #registered_teams .content_wrapper{
        display: inherit;
    }
    
    #registered_teams .content_wrapper_res{
        display: none;
    }

    #sponsors_partners .container{
        flex-wrap: nowrap;
     }
    #about_us .side{
        flex-wrap: nowrap;
     }

    #wro_session_intro_wrapper .title_wrapper h2:nth-child(1){
        font-size: 2em;
    }

    #wro_session_intro_wrapper .title_wrapper #subject{
        font-size: 3.5em;
    }

    #wro_session_intro_wrapper .title_wrapper #prefix, #wro_session_intro_wrapper .title_wrapper #suffix{
        font-size: 2em;

    }
    .brands_box_wrapper{
        flex-direction: row;
    }

    #poroducts .box{
        width: calc(100%/3 - 10px);
    }
    #poroducts .content_wrapper .btn_wrapper{
        display: flex;
        flex-direction: row;
    }
    #poroducts  .item_wrapper .detail_wrapper{
        flex-direction: row;
    }
    .form .section_product .list_wrapper .item .info_wrapper{
        display: flex;
        flex-direction: row;
    }
    .form .section_product .list_wrapper .item .title_wrapper{
        margin-bottom: 0;
    }
    .btn_wrapper{
        flex-direction: row;
    }

}

@media (min-width: 992px) { 
    .header{
        font-size: 0.9em;
    }

    .logo_wrapper img{
        height: 60px;
        margin-right: 20px;
    }

    .hero_image_wrapper img{
        width: 360px;
    }

}


@media (min-width: 1200px) { 
   
}