.blog_section {
  display: block;
  padding: 0px 20px;
}

.blog_container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 1150px) {
  .blog_container {
    width: 90%;
  }
}

.blog_subtitle {
  font-size: 20px;
  color: #69707a;
  line-height: 1.125;
  font-weight: 300;
  word-break: break-word;
  margin-bottom: 0;
}

.blog_title {
  line-height: 1.25;
  font-size: 2.5em;
  color: #222324;
  font-weight: 300;
  word-break: break-word;
  margin-top: 0;
  margin-bottom: 20px;
}

.blog_container a {
  color: #222324;
  cursor: pointer;
}

.blog_content {
  font-size: 20px;
  line-height: 1.75;
  text-align: justify;
}

.blog_article {
  margin-top: 4em;
}

@media screen and (max-width: 630px) {
  .blog_article {
    margin-top: 2em;
  }
}

.blog_pager {
  height: 2em;
  margin-top: 3em;
  font-size: 18px;
}