/* --------------------------------- *\

	News

\* --------------------------------- */
.news .cols--pmtm {
  --col-count: 2;
}
.news .cols--pmtm:nth-child(2n) {
  flex-direction: row-reverse;
}
.news .cols--pmtm > .col:nth-child(2) {
  padding: 3rem;
}

@media (max-width: 767px) and (orientation: portrait), (max-width: 567px) {
  .news .button {
    display: block;
    width: 100%;
    padding: 0;
  }
  .news .cols--pmtm > .col:nth-child(2) {
    padding: 3rem 0;
  }
  .news .cols--pmtm:last-child > .col:nth-child(2) {
    padding: 3rem 0 0 0;
  }
}

/*# sourceMappingURL=--9-6-blog.css.map */
