.newshub.newshub-homepage-list {
  max-width: 832px;
  margin: 0 auto; }
  .newshub.newshub-homepage-list article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #CCD6E0; }
    .newshub.newshub-homepage-list article:hover h1, .newshub.newshub-homepage-list article:hover p {
      text-decoration: underline; }

.newshub-btn {
  background: #317BB1;
  font-weight: 400;
  font-family: effra, sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  padding: 8px 40px; }

.related-article-content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
  .related-article-content h1 {
    font-weight: normal;
    color: #485865;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: left; }
  .related-article-content p {
    color: #485865;
    font-size: 18px;
    font-weight: normal;
    font-family: effra, sans-serif;
    margin-bottom: 10px;
    text-align: left; }
  .related-article-content a {
    color: #007BB6;
    font-size: 18px;
    font-weight: normal; }
    .related-article-content a.button {
      color: white; }

.related-article-image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 150px;
  overflow: hidden; }
  .related-article-image img {
    margin: 0 auto; }

/*# sourceMappingURL=newshub-global.css.map */
