section.events-grid {
  padding: 100px 0;
}
section.events-grid a.tile {
  display: block;
  border-radius: 8px;
  background-size: cover;
  background-color: #FFF;
}
section.events-grid a.tile .tile-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  color: #FFF;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 8px;
  padding: 30px;
}
section.events-grid a.tile .tile-content .community-label {
  background: #FFF;
  color: #000;
  border-radius: 2px;
  padding: 0 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  margin-top: 20px;
}
section.events-grid a.tile .tile-content .back-side {
  display: none;
}
section.events-grid a.tile .tile-content .back-side p {
  font-size: 13px;
  line-height: 22px;
}
section.events-grid a.tile .tile-content:hover {
  background: #000;
  justify-content: space-evenly;
}
section.events-grid a.tile .tile-content:hover .back-side {
  display: block;
}
section.events-grid a.tile .tile-content h1 {
  font-size: 30px;
  line-height: 33px;
  padding: 0;
}

/*# sourceMappingURL=style.css.map */
