.eventos {
  height: 100%;
  padding: 24px;
  color: #fff;
}
.eventos.gris {
  background-color: #858688;
}
.eventos.bordo {
  background-color: #a3223a;
}

.eventos .events {
  list-style: none;
}

.eventos .title {
  margin-bottom: 24px;
}

.show-more {
  position: absolute;
  right: 30px;
  bottom: 25px;
  color: #FFF;
}
