@media screen and (min-width: 768px) {
  .bl_articleList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
