.postListArea {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .postListArea {
    margin-bottom: 40px;
  }
  .secNews {
    padding-bottom: 30px;
  }
  .secNews .postListArea {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
  .secNews .postListArea .content .title {
    height: initial;
  }
}/*# sourceMappingURL=style.css.map */