.ba-resource-listing-lp-title h2 {
  text-align: center;
}


/*======================== Articles =====================*/
.bh-related-article__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  gap: 40px;
  padding-bottom: 48px;
}

.bh-related-article__article-image-wrapper {
  position: relative;
}
.bh-related-article__article-image-wrapper .featured-tag {
  display: block;
  left: -10px;
  margin: 0 auto;
  max-width: 800px;
  position: absolute;
  bottom: 0;
  height: 47px;
}

.bh-related-articles .img {
  border-radius: 20px 20px 0px 0px;
  display: block;
  height: 196px;
  width: 100%;
}

.bh-related-article__content {
  background-color: #fff;
  border-radius: 0px 0px 20px 20px;
  padding: 32px;
  transition: 0.25s ease-in;
}
/* .bh-related-article__content * {
transition: 0.25s ease-in;
} */

.bh-related-article__content-text {
  font-family: Inter;
  font-size: 13px;
  font-weight: 300;
  line-height: 18.2px;
  text-align: left;
}

.bh-related-article__content-text date {
  display: block;
  color: #5E5E5E:
}
.bh-related-article__article {
  flex: 0 0 100%;
  margin-bottom: 8px;
}
.bh-related-article__article:hover {
  cursor: pointer;
}
.bh-related-article__article:hover .bh-related-article__content {
  background-color: #D5242F;
}
.bh-related-article__article:hover .bh-related-article__content * {
  color: #fff;
  border-color: #fff;
}
.bh-related-article__list__load-more-button {
  border: 1px #000 solid !important;
  border-radius: 32px;
  padding: 16px 0;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  background-color: unset;
  transition: 0.25s ease-in;
}
.bh-related-article__list__load-more-button:hover {
  background-color: #D5242F;
  color: #fff;
  border-color: #fff !important;
}
@media screen and (min-width: 477px) {
  .bh-related-article__article {
    flex: 1 1 29%;
  }
}
@media screen and (min-width: 768px) {
  .bh-related-article__article {
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
  }
  .bh-related-article__article {
    max-width: 290px;
  }
  .bh-related-article__content {
    height: 100%;
  }
  .bh-related-search_input-wrapper,
  .bh-related-search_topic-select-wrapper,
  .bh-related-search_type-select-wrapper {
    max-width: 290px;
  }
}
@media screen and (min-width: 1000px) {
  .bh-related-article__article {
    flex: 1 1 22%;
  }
  .bh-related-article__list {
    justify-content: center;
  }
}

