@media screen and (min-width: 750px) {
  .custom-blog-articles-vertical {
    grid-template-columns: 1fr;
  }
}