body:not(.Page) .typography h1:first-child { margin: 0; }
body:not(.Page) .typography p { margin: 0 0 17px; font-size: 24px; line-height: 32px; font-family: "Georgia"; color: #343434; }
body:not(.Page) .typography h1 { margin-top: 5px; margin-bottom: 29px; font-family: "CillaFH"; line-height: 0.8em; color: #343434; }
@media (max-width: 768px) { body:not(.Page) .typography h1 { margin-bottom: 10px; } }

.typography p { font-size: 18px; line-height: 1.25em; font-family: "Georgia"; color: #343434; margin: 0 0 10px; }
@media (max-width: 768px) { .typography p { font-size: 16px; } }
.typography a { color: #235BA0; text-decoration: none; }
.typography a:hover { text-decoration: none; }
.typography table th { text-align: left; font-weight: bold; }
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 { font-family: "Georgia"; color: black; margin-top: 20px; margin-bottom: 10px; line-height: 1em; }
.typography h1 { font-size: 70px; color: black; margin-bottom: 15px; }
.typography h2 { font-size: 48px; margin-bottom: 10px; }
.typography h3 { font-size: 36px; }
.typography h4 { font-size: 26px; }
@media (max-width: 480px) { .typography h1 { font-size: 48px; }
  .typography h2 { font-size: 36px; }
  .typography h3 { font-size: 28px; }
  .typography h4 { font-size: 22px; } }
.typography strong { font-family: "Georgia"; }
.typography em { font-style: italic; }
.typography img { max-width: 100%; margin: 5px; }
.typography img.left { margin-left: 0; }
.typography img.right { margin-right: 0; }
.typography .big-button { font-size: 32px; line-height: 34px; max-width: 330px; padding: 15px 0; background: #0375C6; color: white; border-radius: 10px; text-align: center; display: block; margin: 10px auto; cursor: pointer; }
.typography .big-button:hover { background: #5297D8; }
.typography .big-button a { color: white; }
