.post-article { position:relative; }
h1.post-title {
  font-size:40px;
  line-height:45px;
  margin-bottom:1px;
}
h2.page-title {
  padding-right:200px;
  margin-bottom:23px;
}
.back-to-list {
  position:absolute;
  top:76px;
  right:9px;
  color:#0e233b;
}
.back-to-list .arrow > * { fill:#fbc02d; }
.back-to-list:hover { color:#fbc02d; }
.back-to-list:hover .arrow > * { fill:#fbc02d; }
.post-header { margin-bottom:22px; }
@media only screen and (max-width: 690px) {
  h2.page-title { padding-right:0; }
  .back-to-list {
    position:relative;
    top:auto;
    left:auto;
    right:auto;
    bottom:auto;
    float:right;
    margin-bottom:15px;
  }
  .post-header { clear:both; }
}
