@media screen and (min-width: 1280px) and (max-width:1400px )
{
    .site-width{
        width: 1200px !important;
    }
    .sayac{
        padding: 60px 0 !important;
    }
    .sayac .sayac-inside .left-side{
        width: 500px !important;
        margin-right: 80px !important;
    }
    .list-table-main .list-box{
        width: 30.8% !important;
    }
    .blog-box{
        width: 31.6% !important;
    }
    .header-area .header-links .header-links-inside .logo{
        width: 165px !important;
    }
}