
.blog article {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}

.blog .article-title {
  order: 2;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: bold;
}

.blog .article-date {
  text-transform: uppercase;
  color: #9e9e9e;
  font-size: 11px;
  font-weight: bold;
  order: 1;
}

.blog .article-teaser {
  order: 3;
}

.blog .article-readmore {
  order: 4;
}
