.news_bg {
  padding-top: 180px;
  padding-bottom: 20px;
}
.news_bg h1 {
  text-align: center;
}
.news_bg .page_date {
  color: #272a35;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
  text-align: center;
}

.share_icons {
  display: flex;
  justify-content: center;
  transition: opacity 300ms;
  margin-top: 10px;
  margin-bottom: 20px;
}
.share_icons a {
  display: block;
  text-decoration: none;
  margin: 0 12px;
}

@media screen and (max-width: 640px) {
  .news_bg {
    padding-top: 100px;
  }
}
