.bh-related-article__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 2;
  gap: 40px;
}

.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;
}
.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%;
}
@media screen and (min-width: 477px) {
  .bh-related-article__article {
    flex: 0 0 33.3%;
  }
}
@media screen and (min-width: 767px) {
  .bh-related-article__article {
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
  }
  .bh-related-article__content {
    height: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .bh-related-article__article {
    flex: 0 0 21%;
  }
}
