#banner {
  margin-top: 10px;
  width: 100%;
}

#banner div img {
  width: 100%;
}

p {
  font-size: 10pt;
  margin: 0;
}

p.title {
  font-size: 12pt;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 10px;
}

@media screen and (max-width: 490px) {
  p {
    font-size: 8pt;
  }

  p.title {
    font-size: 10pt;
  }
}
