/* NEWS PAGE */
.news-page {
}
.news-page article {
  padding: 20px 0;
  border-bottom: 1px solid lightgray;
  margin-bottom: 10px;
}
.news-page .layout__region {

}
.news-page .layout__region--first {
  padding-right: 10px;
}
.news-page .layout__region--second {
  padding-left: 10px;
}
.news-page .layout--twocol-section--33-67 {
  padding-top: 15px;
}
.news-page div.layout__region.layout__region--first > div > div > a > img {
  width: 100%;
  height: auto;
  /* Center the image horizontally within the parent block (optional) */
  display: block;
  margin: 0 auto;
}
#maincontainer .pager .is-active {
  color: white;
}

/* Media query for smaller screen size */
@media screen and (max-width: 800px) {
  .news-item .column1 {
    flex-basis: 100%;
  }

  .news-item .column2 {
    flex-basis: 100%;
  }
}
