p {
  font-family: "Gotham SSm A","Gotham SSm B","Gotham",sans-serif;
  font-size: 24px;
  background-color:rgba(255,255,255,0);
  overflow: scroll;
  max-height: 5em;
  min-height: 5em;
}

@media screen 
and (min-device-width: 900px)
and (min-device-height: 675px) {
  p {
    max-height: 8em;
    min-height: 8em;
  }
}
