#banner {
  margin-top: 10px;
  width: 100%;
}

#description {
  margin-top: 20px;
}

.description-title {
  font-weight: bold;
  font-size: 16pt;
}

.description-subtitle {
  font-weight: bold;
  font-size: 12pt;
}

#description p {
  margin: 10px 0 15px 0;
  font-size: 10pt;
}

@media screen and (max-width: 490px) {
  .description-title {
    font-size: 14pt;
  }

  .description-subtitle {
    font-size: 10pt;
  }

  #description p {
    font-size: 8pt;
  }
}
