.blog-articles {
  margin-top: 4rem;
}

@media screen and (max-width: 749px) {
  .blog-articles {
    margin-top: 3rem;
  }
}
