.press-blog .Blog-f__content {
  margin-inline: auto;
  max-width: none;
  padding-top: 0;
}

.press-blog .Blog__Categories-Dropdown {
  left: 0;
  position: initial;
  transform: translate(0);
}

.press-blog .Blog-f__blog-feed {
  grid-template-columns: repeat(2, 1fr);
}

.press-article .Article__body p:first-child img {
  display: block;
}

@media screen and (min-width: 1025px) {
  .press-blog .Blog-f__blog-feed {
    grid-template-columns: repeat(3, 1fr);
  }
}
