.simple-header {padding: var(--section-padding); text-align: center;}
.simple-header h1 {margin-bottom: 0.4em; line-height: 1em;}
.simple-header p {font-size: 1.125em; max-width: 36em; line-height: 1.3889em;}

@media (max-width: 600px) {
  .simple-header h1 {margin-bottom: 0.444em; }
  .simple-header p {font-size: 0.875em; line-height: 1.5em;}
  }