:root {
  --global-color-primary: #2ea3f2;
  --global-color-danger: #dc3545;
  --global-color-danger-light: #ed8790;
  --global-color-success: #28a745;
  --global-color-success-light: #7ed321;
}

a{
    color: black !important;
}

.active-events-grid-year {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid;
  border-top: 1px solid;
}

.active-events-grid-event {
  display: flex;
  flex-direction: column;
}

.active-events-grid-events {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.active-events-grid-event {
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 2%;
  margin-top: 2%;
  flex-basis: 31%;
  border: 1px solid #d8d8d8;
}

@media (max-width: 975px) {
  .active-events-grid-event {
    flex-basis: 48%;
  }
}

@media (max-width: 600px) {
  .active-events-grid-event {
    flex-basis: 100%;
  }
}

.active-events-grid-image {
  height: 200px;
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.active-events-grid-event-content {
  padding: 10px;
}

.active-events-grid-event-title {
  font-size: 18px;
}

.active-events-grid-event-date {
    font-size: 14px;
    font-weight: 900;
    margin: 10px 0;
}
