:root {
  --link-color: #4261a3;
}

.news-detail-outer .placeholder {
  display: flex;
  align-content: space-around;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
  align-items: center;
}

.news-detail-outer .placeholder p {
  font-size: 30px;
}

.news-detail-outer .articles .a-hidden {
  display: none;
}

.news-detail-outer .articles .article {
  margin-top: 50px;
  margin-bottom: 50px;
}

.news-detail-outer .articles .article a {
  color: #4261a3;
}

.news-detail-outer .articles .article .header-image {
  margin-bottom: 20px;
  max-width: 850px;
}

.news-detail-outer .articles .article .header-text .subtitle {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 17px;
}

.news-detail-outer .articles .article .documents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.news-detail-outer .articles .article .documents .item {
  display: flex;
  align-items: center;
  width: 33.33%;
  margin-bottom: 15px;
}

.news-detail-outer .articles .article .documents .item .icon {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
}

.news-detail-outer .articles .article .content .text {
  margin-bottom: 30px;
}

.news-detail-outer .articles .article .content .slick-next:before,
.news-detail-outer .articles .article .content .slick-prev:before {
  color: black;
}

.news-detail-outer .back-button-container .go-back-link, .go-back-link:focus, .go-back-link:hover {
    color: #555 !important;
    text-decoration: none;
}
.news-detail-outer .back-button-container .content-back {
    display: inline-block;
    line-height: 24px;
}

@media (max-width: 800px) {
  .news-detail-outer .articles .article .documents .item {
    width: 100%;
  }