/*Rule to hide the end time on event cards*/

time:nth-child(even) {
  display: none;
}
