.related_articles_block {
  margin-top: 50px;
}
@media screen and (min-width: 1000px) {
  .related_articles_block {
    margin-left: -125px;
    margin-right: -125px;
  }
}
.related_articles_block .related_articles_block__title {
  text-align: center;
}
.related_articles_block .related_articles_block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.related_articles_block + * {
  margin-top: 50px;
}
