.section--events-g {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section--events-g * {
  box-sizing: border-box !important;
}
.section--events-g .event-row {
  display: flex;
  flex-wrap: wrap;
}
.section--events-g .event-row.flip {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.section--events-g .event-row .event__image {
  width: 100%;
  background-position: center;
  background-size: cover;
  min-height: 350px;
}
@media (min-width: 1024px) {
  .section--events-g .event-row .event__image {
    width: 50%;
    min-height: 400px;
  }
}
.section--events-g .event-row .event__content {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (min-width: 1024px) {
  .section--events-g .event-row .event__content {
    width: 50%;
  }
}
.section--events-g .event-sep {
  color: #9ECE6D;
  stroke: currentColor;
}
.section--events-g .event-sep:last-of-type {
  display: none;
}
.section--events-g .pagination a {
  text-decoration: none;
}

.pagination a {
    position: relative;
    color: #070808;
    background-color: #9ECE6D;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: wellfleet-regular;
    padding-left: 24px;
    padding-right: 24px;
}

.section--events-c {
  padding: 30px 0;
}

.section--events-c * {
  box-sizing: border-box !important;
}

.section--events-c .event-container {
  display: flex;
  flex-wrap: wrap;
}

.section--events-c .event-card {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.section--events-c .event-card + .event-card {
  margin-top: 15px;
}

.section--events-c .event__image {
  min-height: 300px;
  background-position: center;
  background-size: cover;
}

.section--events-c .event__content {
  margin-top: 15px;
}

.section--events-c .event-blurb-after {
  margin-top: 30px;
}

.section--events-c .event-blurb-before {
  margin-bottom: 30px;
}

.section--events-c .event__content h3 {
  letter-spacing: 0;
}

@media (min-width: 600px) {
  .section--events-c .event__image {
    min-height: 400px;
  }
}

@media (min-width: 1024px) {
  .section--events-c .event-card {
    width: 33.333333%;
  }

  .section--events-c .event-card + .event-card {
    margin-top: 0;
  }

  .section--events-c .event__image {
    min-height: 400px;
  }
}