 @font-face {
     font-display: swap;
     font-family: 'Roboto Slab';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/roboto-slab-v35-latin-regular.eot');
     src: url('../fonts/roboto-slab-v35-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v35-latin-regular.woff2') format('woff2'), url('../fonts/roboto-slab-v35-latin-regular.woff') format('woff'), url('../fonts/roboto-slab-v35-latin-regular.ttf') format('truetype'), url('../fonts/roboto-slab-v35-latin-regular.svg#RobotoSlab') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Roboto Slab';
     font-style: normal;
     font-weight: 600;
     src: url('../fonts/roboto-slab-v35-latin-600.eot');
     src: url('../fonts/roboto-slab-v35-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v35-latin-600.woff2') format('woff2'), url('../fonts/roboto-slab-v35-latin-600.woff') format('woff'), url('../fonts/roboto-slab-v35-latin-600.ttf') format('truetype'), url('../fonts/roboto-slab-v35-latin-600.svg#RobotoSlab') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Roboto Slab';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/roboto-slab-v35-latin-700.eot');
     src: url('../fonts/roboto-slab-v35-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v35-latin-700.woff2') format('woff2'), url('../fonts/roboto-slab-v35-latin-700.woff') format('woff'), url('../fonts/roboto-slab-v35-latin-700.ttf') format('truetype'), url('../fonts/roboto-slab-v35-latin-700.svg#RobotoSlab') format('svg');
 }

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 html {
     min-height: 100%;
 }

 body {
     color: #23598e;
     font-family: 'Roboto Slab', Arial, sans-serif;
     font-size: 13px;
     line-height: 18px;
     font-weight: 400;
 }

 #wrapper {
     max-width: 797px;
     margin: 1rem auto;
     border: 1px solid #23598e;
     background-color: #dde2e6;
 }

 article {
     padding: 45px 29px 20px 65px;
 }

 .logo {
     display: flex;
     justify-content: flex-end;
     margin-top: 20px;
 }

 footer {
     padding: 20px 10px;
     background: #23598e;
 }

 footer p {
     color: #fff;
 }

 p:not(:first-of-type) {
     margin-top: 10px;
 }

 h1 {
     font-size: 38px;
     line-height: 1.2;
     margin: 0;
 }

 h1+p {
     padding-top: 20px;
     font-size: 18px;
     line-height: 25px;
 }

 img {
     max-width: 100%;
     display: block;
 }

 :is(h1, strong) {
     font-weight: 600;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: #23598e;
     text-decoration: none;
     white-space: nowrap;
 }

 @media only screen and (max-width:797px) {
     #wrapper {
         border: none;
         margin: 0;
     }

     p {
         hyphens: auto;
         text-wrap: pretty
     }

     p span {
         white-space: nowrap;
     }

     article {
         padding: 16px
     }

     article br {
         display: none;
     }
 }

 @media only screen and (max-width:395px) {
     h1 {
         font-size: 27px
     }

     .a {
         white-space: normal !important;
     }
 }