.highlight.events-cards .card-simple {
  width: 28%;
}

.highlight.events-cards .card-simple .title {
  z-index: 1;
  height: 100%;
  max-width: 90%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.highlight.events-cards .card-simple img {
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
  z-index: 0;
}

.highlight.events-cards .card-simple .time {
  font-family: "Herokid", sans-serif;
  font-weight: 500;
  font-stretch: semi-condensed;
  font-size: 17px;
}

.highlight.events-cards .card-simple .title h2 {
  margin: 0;
  font-weight: 500;
}

@media (max-width: 991px) {
  .highlight.events-cards .card-simple {
    width: 100%;
  }

  .highlight.events-cards .card-simple img {
    height: 700px;
  }
}

@media (max-width: 768px) {
  .highlight.events-cards .card-simple img {
    height: 400px;
  }
}
