.noticias{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
}
.noticias_card{
    width: 400px;
    height: 300px;
    border: 1px solid #000000;
    border-radius: 20px;
}
.noticia_card_imagen{
    width: 100%;
    height: 40%;
}
.card-texto{
    font-size: 15px;
    text-align: justify;
}