.page-header.text-center {
  font-size: 1.25rem;
  border-bottom: 1px solid #eee;
}
@media only screen and (min-width: 769px) {
  .page-header.text-center {
    font-size: 1.875rem;
  }
}

.media-heading {
  font-size: 1.125rem;
}
@media only screen and (min-width: 769px) {
  .media-heading {
    font-size: 1.5rem;
  }
}

.pull-right strong {
  font-size: 0.875rem;
}

.row h3 {
  font-size: 1.125rem;
}
@media only screen and (min-width: 769px) {
  .row h3 {
    font-size: 1.5rem;
  }
}
