@media screen and (max-width: 1024px) {
  .blogs-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
  }
}
