.blog-post {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-post__item {
  flex: 1 1 33.33%;
}
