.articles {
  margin: 5rem 0;
  margin-top: -2rem;
}
.articles .content p {
    line-height: 1.9;
    margin: 15px 0;
}
.author-image {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    border: 3px solid #ccc;
    border-radius: 50%;
}
.media-center {
  display: block;
}
.media-content {
  margin-top: 1.25rem;
}
.article, .promo-block {
  margin-top: 6rem;
}
div.column.is-8:first-child {
  padding-top: 0;
  margin-top: 0;
}
.article-title {
  font-size: 2rem;
  font-weight: lighter;
}
.article-subtitle {
  color: #909AA0;
  margin-bottom: 1rem;
}
.article-body {
  line-height: 1.4;
  font-size: 1.3rem;
  margin: 0 6rem;
}
.promo-block .container {
  margin: 1rem 5rem;
}
:root{
::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#efefef;border-radius:6px}::-webkit-scrollbar-thumb{background:#d5d5d5;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#c4c4c4}
}