.grey-background {
  background-color: #f8f8f8;
}
.grey-background.list-posts {
  margin-top: 0;
  padding-top: 10rem;
}
@media (max-width: 767.98px) {
  .grey-background.list-posts {
    padding-top: 3rem;
  }
}
.grey-background.list-posts .single-inner {
  background-color: #FFF;
}

.block-related-posts .view-more-button {
  margin: 4rem 0 3rem 0;
  text-align: center;
}
