.agenda .header-acte{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.agenda .resum {
    margin-top: 25px;
    display: none;
}

.agenda .acte-titol {
    background: #ededed;
}

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

@media only screen and (min-width: 992px) {
    /*Mida L */
    .agenda .header-acte{
        flex-direction: row;
    }
    .agenda .resum {
        display: -webkit-box;;
    }
    .agenda .acte-titol,
    .agenda .img-superior {
        width: 50%;
    }
}