@media(max-width:1024px){

    .nc-post-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:768px){

    .nc-post-grid{

        grid-template-columns:1fr;

    }

    .nc-hero h1{

        font-size:42px;

    }

}