.event .row > div {
  margin-bottom: 32px;
}
.event__wrapper {
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.event__wrapper:hover {
  color: var(--lmsmart-primary-color);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.5) !important;
}
.event__img {
  aspect-ratio: 1.61;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  background: black;
}
.event__txt {
  font-size: 18px;
  line-height: 24px;
  padding: 24px;
  flex: 1 1 auto;
}

.events--past__cover {
  border-radius: 16px !important;
  overflow: hidden;
}
.events--past__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #1a3b61;
  margin-bottom: 16px;
}
.events--past__wrapper {
  display: block;
  margin-bottom: 16px;
}
.events--past__wrapper .row {
  --bs-gutter-x: 16px;
}
.events--past__txt {
  color: #1a3b61;
  font-weight: 400;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.events--past__img {
  width: 72px;
  aspect-ratio: 1;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=events.css.map */