.c-button.Button[href*="#"]::after {
  transform: rotate(90deg);
}

.NewsList__Link.txtPdfAftr[target="_blank"]::after {
  display: inline-block;
  width: 2.8rem;
  height: 2rem;
  margin-bottom: -0.2em;
  content: "";
  background-image: url(/images/common/icon_pdf.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
    background-color: unset;
  mask-image: none;
}