@charset "utf-8";
/* CSS Document */
.news-article__pdf::after {
  content: url("../images/PDF-icon.png");
  margin-left: 1em;
  position: relative;
  top: 5px;
}

.banner{
display: flex;
flex-wrap:wrap;
justify-content: center;
}
.banner a img{
  margin:5px;
}

@media only screen and (max-width : 991px) {
  .banner02{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
  }
}
