.card-noticia {
    margin: 1%;
    width: 23%;
}

@media screen and (max-width: 450px) {
    .card-noticia {
        width: 100%;
    }
}
