
@media (min-width: 320px) and (max-width: 1024px) {



    header nav ul {
        display: none;
    } 

    
    .wraper-news {
        flex-direction: column;
    }

    .card-poster {
        width: 100%;
    }

    .card-poster p {
        font-size: 1.3rem;
    }



}

