@media (min-width: 992px) {
  .page-header {
    min-height: 560px;
  }
}

#results-header {
  padding-top: 34px;
  padding-bottom: 34px;
}

#query-search p {
  margin-bottom: 14px;
}

#results {
  padding-top: 34px;
  padding-bottom: 34px;
}

#results .result {
  margin-bottom: 34px;
}

#results .result-title {
  font-size: 28px;
}

#results .result-description {
  font-size: 23px;
  line-height: 34px;
  max-height: 102px;
  overflow: hidden;
}