h1.large, h2.large {
  font-weight: 800;
  font-size: 42px;
  line-height: 1.2; }
  @media (max-width: 599px) {
    h1.large, h2.large {
      font-size: 34px;
      line-height: 1.1; } }

h2.medium {
  font-size: 36px;
  font-weight: 800; }

p.centered-large {
  max-width: 900px;
  margin: auto;
  font-size: 20px;
  line-height: 1.6;
  text-align: center; }
  @media (max-width: 599px) {
    p.centered-large {
      font-size: 18px; } }
  p.centered-large strong {
    font-weight: 700;
    color: #25313d; }

