.post {
  margin-bottom: 8rem;
}

.post.other {
  margin-bottom: 12rem;
  position: relative;
}

.post-scroll {
  margin-top: 3rem;
}

@media screen and (max-width: 850px) {
  .post-scroll {
    margin-top: 2rem;
  }

  .post.other {
    margin-bottom: 9rem;
  }
}