#news-archive {
  width: 71.7%;
  max-width: 980px;
  padding: 120px 0;
  margin: 0 auto;
}
#news-archive .news-title {
  margin-bottom: 96px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.1rem;
}
#news-archive .news-section + .news-section {
  margin-top: 96px;
}
#news-archive .news-heading {
  margin: 0 0 25px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 3.1rem;
}
#news-archive .news-list {
  border-top: 1px solid #dddddd;
}
#news-archive .news-item {
  line-height: 1.6;
  border-bottom: 1px solid #dddddd;
}
#news-archive .news-item-link {
  display: block;
  padding: 2.4rem 4rem 2.4rem 0;
  font-weight: 400;
  position: relative;
  opacity: 1;
  color: currentColor;
  text-decoration: none;
}
#news-archive .news-item-link.is-pdf:after,
#news-archive .news-item-link[href$=".pdf"]:after{
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../../img/icon_pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}
#news-archive .news-item-link:hover .news-text {
  text-decoration: underline;
}
#news-archive .news-date {
  font-size: 1.6rem;
}
#news-archive .news-text {
  display: block;
  margin: 6px 0 0;
  font-size: 1.8rem;
}
#news-archive .news-footer {
  display: flex;
  justify-content: center;
  margin-top: 96px;
}
#news-archive .news-footer-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  padding: 1em 2.4em;
  border-radius: 999px;
  background-color: #232222;
  color: #fff;
  text-decoration: none;
  transition: opacity 140ms ease;
}

@media screen and (max-width: 767px) {
  #news-archive {
    width: 81.8%;
    max-width: none;
    padding: 13vw 0;
  }
  #news-archive .news-title {
    margin-bottom: 10vw;
    font-size: 1.9rem;
    line-height: 3.5rem;
  }
  #news-archive .news-heading {
    margin: 0 0 3vw;
    font-size: 1.7rem;
    line-height: 3.5rem;
  }
  #news-archive .news-section + .news-section {
    margin-top: 13vw;
  }
  #news-archive .news-date {
    font-size: 1.2rem;
  }
  #news-archive .news-text {
    margin-top: 1vw;
    font-size: 1.3rem;
  }
  #news-archive .news-footer {
    margin-top: 13vw;
  }
  #news-archive .news-footer-button {
    font-size: 1.4rem;
    padding: 1em 2.4em;
  }
}