.blog_post_title h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 20px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.blog_page_date p {
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 5px;
}

.blog_page_topics {
  margin-bottom: 50px;
}

.blog_page_topics h3 {
  display: inline-block;
  font-size: 12px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #f99a98;
  padding: 0 10px;
  margin: 0;
}

/* ==========================================================================
   Media Queries min-width: 768px
   ========================================================================== */

@media only screen and (min-width: 768px) {
  .blog_post_title h2 {
    font-size: 24px;
  }

  .blog_page_topics h3 {
    font-size: 14px;
  }
}