#ajax-infinite-section .featuredArticles-title.title-type-15 {
  line-height: 2.33;
  letter-spacing: -0.6px;
  margin-bottom: 20px;
}

#ajax-infinite-content .alm-reveal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}

.relatedArticles-box {
  row-gap: 0px !important;
}

#ajax-infinite-content .alm-reveal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}

#ajax-infinite-content.relatedArticles-box .relatedArticles-elem {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 10px 25px 10px;
  border: 0;
  margin: 0;
}

#ajax-infinite-content.relatedArticles-box .relatedArticles-elem .relatedArticles-title {
  height: auto;
  max-height: unset;
  min-height: unset;
}

#ajax-infinite-content.relatedArticles-box .relatedArticles-elem .relatedArticles-content {
  flex: 1;
  border: solid 1px #eae9f2;
}

@media screen and (min-width: 560px) {
  #ajax-infinite-content.relatedArticles-box .relatedArticles-elem {
    width: 50%;
  }
}

@media screen and (min-width: 960px) {
  #ajax-infinite-content.relatedArticles-box .relatedArticles-elem {
    width: 33.3333%;
  }
}
