.title {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.large-title {
  font-size: 2.25rem;
  line-height: 1.2;
}

.large-content {
  font-size: 1.375rem;
  line-height: 1.5;
}

.photo-container {
  padding-top: 16px;
  margin: 0 -16px -16px;
}

@media only screen and (min-width: 960px) {
  .title,
  .large-title {
    font-size: 3.125rem;
    line-height: 1.14;
  }

  .photo-container {
    padding-top: 0;
    margin: 0 0 0 -40px;
  }
}
