.field--name-field-data-do-evento{
  display:table;
  width:40%;
  margin:0 0 3px 0;
}

.field--name-field-local-evento-fflch, .field--name-field-periodo, .field--name-field-data-do-evento-fflch{
  display:table;
  width:40%;
  margin:0;
}

.field--name-field-assinatura{
  display:table;
  width:60%;
  margin:0 0 5px 0;
}

.field--name-field-corpo-evento-fflch{
  display:table;
  margin:10px 0 0 0;
}

hr{
  margin:0 0 5px 0;
}

.field--name-field-corpo-evento-fflch p{
  margin: 0 0 6px 0;
}

@media only screen and (min-width: 769px){
.field--name-field-cartaz {
    max-width:30%;
    float:left;
    margin:0 10px 0 0;
  }

  .field--name-field-cartaz img {
    max-height:400px;
    object-fit:contain;
    object-position:60% 0;
  }
}

@media only screen and (max-width: 769px) {
  .field--name-field-cartaz {
    max-width:100%;
    height:auto;
    margin: 0 20px 20px 0;
  }

  .field--name-field-assinatura{
  display:block;
  width:100%;
  margin:0;
}
  .field--name-field-local-evento-fflch, .field--name-field-periodo, .field--name-field-data-do-evento-fflch{
  display:block;
  width:100%;
  margin:0 0 3px 0;
}
}
