.news-listings{overflow-x: hidden;}
.investor-feed__wrapper {
  gap: var(--bs-gutter-x);
  row-gap: var(--md-3)
}
.investor-feed__wrapper .investor-feed__card {
  min-height: 40rem
}
.investor-feed__wrapper .bg-signpost {
  height: 100%
}
.investor-feed__wrapper .bg-signpost__image-wrapper {
  height: 100%
}
@media (min-width:768px) {
  .investor-feed__wrapper {
    grid-template-columns: 1fr 1fr
  }
}
@media (min-width:1200px) {
  .investor-feed--two-boxes-60-40 .investor-feed__wrapper {
    grid-template-columns: 2fr 1fr
  }
  .investor-feed--three-boxes-equal .investor-feed__wrapper {
    grid-template-columns: 1fr 1fr 1fr
  }
  .investor-feed--four-boxes-60-40-2up-2down .investor-feed__wrapper {
    grid-template-columns: repeat(12,1fr)
  }
  .investor-feed--four-boxes-60-40-2up-2down .investor-feed__card {
    grid-column: span 8
  }
  .investor-feed--four-boxes-60-40-2up-2down .investor-feed__card:nth-child(4n+2),
  .investor-feed--four-boxes-60-40-2up-2down .investor-feed__card:nth-child(4n-1) {
    grid-column: span 4
  }
  .investor-feed--five-boxes-2up-equal-3down-equal .investor-feed__wrapper {
    grid-template-columns: repeat(12,1fr)
  }
  .investor-feed--five-boxes-2up-equal-3down-equal .investor-feed__card {
    grid-column: span 4
  }
  .investor-feed--five-boxes-2up-equal-3down-equal .investor-feed__card:nth-child(5n+1),
  .investor-feed--five-boxes-2up-equal-3down-equal .investor-feed__card:nth-child(5n+2) {
    grid-column: span 6
  }
  .investor-feed--five-boxes-2up-60-40-3down-equal .investor-feed__wrapper {
    grid-template-columns: repeat(12,1fr)
  }
  .investor-feed--five-boxes-2up-60-40-3down-equal .investor-feed__card {
    grid-column: span 4
  }
  .investor-feed--five-boxes-2up-60-40-3down-equal .investor-feed__card:nth-child(5n+1) {
    grid-column: span 8
  }
  .investor-feed--five-boxes-2up-60-40-3down-equal .investor-feed__card:nth-child(5n+2) {
    grid-column: span 4
  }
}