@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}