.banner-logo {
  max-width: 280px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .banner-logo { max-width: 200px; }
}
.article-list h1 {
  font-size: 1.1em;
  font-weight: bold;
  white-space: normal;
  overflow-wrap: break-word;
  text-overflow: unset;
}
.title {
  font-size: 1.1em;
  font-weight: bold;
}
