@media only screen and (max-width: 1000px) {
  .lymfebladet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 600px) {
  .lymfebladet-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.lymfebladet-grid .wp-block-group.is-layout-constrained {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 5px;
}