.noticies .header-noticia{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.noticies .resum {
    margin-top: 25px;
    display: none;
}


.noticies .noticia-titol {
    background: #ededed;
}

.noticies .place {
    margin-top: 20px;
}

.noticies .contenidor-noticies p {
    margin: 0;
}

@media only screen and (min-width: 768px)
{ /*Mida M */



}
@media only screen and (min-width: 992px) {
    /*Mida L */
    .noticies .header-noticia{
        flex-direction: row;
    }

    .noticies .resum {
        display: -webkit-box;;
    }
    .noticies .noticia-titol,
    .noticies .img-superior {
        width: 50%;
    }
}