@media screen and (min-width: 768px) {
  .blog .custom-width-desktop {
    width: var(--custom-width-desktop);
  }

  .blog .article-card {
    margin-bottom: 54px;
  }

  .blog .article-card--no-image {
    height: calc(100% - 54px);
  }
}
