@media(max-width:1000px) {
    .o-header__menu{
        display: none;
    }
    .c-product-main__item{
        width: 45%;
        margin-bottom: 2rem;
    }
    .hamburger{
        display: block;
    }
    .m-200{
        margin: 30% 0;
    }
    .o-footer__menu a{
        margin-left: 0px;
        margin-right: 20px;
    }
    .o-footer__socials{
        width: 100%;
        margin-top: 2rem;
    }
    .c-corporate-list ul a.active::before{
        left: -30px;
    }
    .c-inno__text{
        width: 100%;
        padding: 30px;
        top: -10px;
    }
    .c-inno__pruduct{
        height: 300px;
        margin-top: 20px;
    }
    .sub-page-product-title{
        font-size: 70px;
    }
    .c-sustain__text {
        width: 100%;
    }
    .c-sus-product .w-100{
        min-height: 244px;
        object-fit: cover;
    }
    .c-history__item:nth-child(odd)::after{
        width: 50px;
    }
    .c-history__item:nth-child(even)::before{
        width: 50px;
    }
}

@media screen and (min-width: 1600px)
/*BUYUK EKRAN */

{
   
}