/* Preserve the original design while accommodating the refreshed copy. */
@media (min-width: 768px) {
  .page-section { min-height: 820px; }
  #home .content-section { margin-top: 25vh; }
}
@media (max-width: 767px) {
  .page-section .content-section { padding-bottom: 48px; }
}
