section.news_section article.post a.btn {
  display: table;
  background-color: transparent;
  font-family: 'Noto Serif',
  Helvetica,
  Arial,
  sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #000000;
  text-align: right;
  text-transform: none;
  margin-left: auto;
  margin-right: -0.88em;
}

section.news_section article.post a.btn:hover {
  background-color: transparent;
  color: #ffffff;
}

section.news_section article.post a.btn span {
  display: table-cell;
  vertical-align: middle;
}

section.news_section article.post a.btn .svg-container {
  box-sizing: content-box;
  padding-left: 10px;
}

section.news_section article.post a.btn .svg-container>.svg-content {
  fill: #000000;
  -webkit-transition: fill .4s ease;
  -moz-transition: fill .4s ease;
  -ms-transition: fill .4s ease;
  -o-transition: fill .4s ease;
  transition: fill .4s ease;
  opacity: 1;
}

section.news_section article.post a.btn:hover .svg-container>.svg-content {
  fill: #ffffff;
}

section.news_section article.post .wp-post-image {
  max-height: 150px;
  object-fit: cover;
  object-position: 50% 0;
}

@media screen and (min-width: 768px) {
  section.home_section>div.inner .articles .column>div>div.inner article a.btn {
    font-size: 2em;
  }

  section.news_section article.post .wp-post-image {
    max-height: 300px;
  }
}

@media screen and (min-width: 1024px) {
  section.news_section article.post .wp-post-image {
    max-height: none;
  }
}
