.editor-styles-wrapper .NewsListing {
  padding-top: 76px;
  padding-bottom: 76px;
}
.editor-styles-wrapper .NewsListing__title {
  font-size: 54px;
  line-height: 60px;
  margin: 0;
  display: flex;
  align-items: center;
}
.editor-styles-wrapper .NewsListing__title > span {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  flex: 1;
}
.editor-styles-wrapper .NewsListing__title .bu {
  display: none;
  min-width: 190px;
}
.editor-styles-wrapper .NewsListing__title + svg {
  margin-bottom: 37px;
}
.editor-styles-wrapper .NewsListing__item {
  padding-top: 32px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
}
.editor-styles-wrapper .NewsListing__item__image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 37px;
  border-radius: 6px;
}
.editor-styles-wrapper .NewsListing__item__date {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C0C0C0;
  margin-bottom: 14px;
}
.editor-styles-wrapper .NewsListing__item__title {
  font-size: 34px;
  line-height: 40px;
  margin: 0 0 24px 0;
}
.editor-styles-wrapper .NewsListing__item__excerpt {
  margin: 0 0 12px 0;
}
.editor-styles-wrapper .NewsListing__item__excerpt:empty {
  display: none;
}
.editor-styles-wrapper .NewsListing__item__cta {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
/*# sourceMappingURL=style.css.map */