.blogpage-list {
  margin-top: 80px;
  margin-bottom: 80px;
}
.blogpage-list .items ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 24px 1.3%;
  justify-content: left;
}
.blogpage-list .items ul li {
  width: 24%;
}

@media screen and (max-width: 768px) {
  .blogpage-list {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .blogpage-list .items ul {
    gap: 24px 0;
    justify-content: space-between;
  }
  .blogpage-list .items ul li {
    width: 48.75%;
  }
}/*# sourceMappingURL=blog.css.map */