@media only screen and (max-width: 600px) {
  #title {
    font-size: 32px;
    line-height: 42px;
  }

  #location {
    width: 90%;
    margin-top: 16px;
  }
}
