.latest-event .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px;
}
@media only screen and (min-width: 768px) {
  .latest-event .card {
    gap: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .latest-event .card {
    gap: 40px;
  }
}
.latest-event .card__copy {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media only screen and (min-width: 768px) {
  .latest-event .card__copy {
    gap: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .latest-event .card__copy {
    gap: 40px;
  }
}
.latest-event .card__copy h3 {
  color: #3e78bc;
}
.latest-event .card__img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.latest-event .card__description p {
  margin: 0;
}
.latest-event .card__cta {
  margin-top: auto;
}

/*# sourceMappingURL=latest-event.css.map */
