 @font-face {
     font-display: swap;
     font-family: 'Source Sans 3';
     font-style: normal;
     font-weight: 400;
     src: url('source-sans-3-v18-latin-regular.eot');
     src: url('source-sans-3-v18-latin-regular.eot?#iefix') format('embedded-opentype'), url('source-sans-3-v18-latin-regular.woff2') format('woff2'), url('source-sans-3-v18-latin-regular.woff') format('woff'), url('source-sans-3-v18-latin-regular.ttf') format('truetype'), url('source-sans-3-v18-latin-regular.svg#SourceSans3') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Source Sans 3';
     font-style: normal;
     font-weight: 600;
     src: url('source-sans-3-v18-latin-600.eot');
     src: url('source-sans-3-v18-latin-600.eot?#iefix') format('embedded-opentype'), url('source-sans-3-v18-latin-600.woff2') format('woff2'), url('source-sans-3-v18-latin-600.woff') format('woff'), url('source-sans-3-v18-latin-600.ttf') format('truetype'), url('source-sans-3-v18-latin-600.svg#SourceSans3') format('svg');
 }

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 html {
     min-height: 100%;
 }

 body {
     color: #000;
     font-family: 'Source Sans 3', Arial, sans-serif;
     font-size: 14px;
     line-height: 20px;
     font-weight: 400;
 }

 #wrapper {
     max-width: 910px;
     margin: 1rem auto;
     border: 1px solid #000;
     background: url('background-bottom.jpg') bottom left no-repeat;
     padding: 60px 70px;
 }

 #wrapper header {
     display: flex;
     justify-content: flex-end;
 }

 #wrapper article {
     padding: 30px 0;
 }

 #wrapper footer {
     padding: 0px;
 }

 #wrapper p {
     margin-top: 15px;
 }

 #wrapper h1 {
     font-size: 26px;
     line-height: 1.1;
     padding-top: 19px;
 }

 #wrapper h2 {
     font-size: 19px;
     line-height: 24px;
     margin-top: 20px;
 }

 #wrapper :is(h1, h2) {
     color: #163870
 }

 #wrapper ul {
     list-style: none;
     margin: 10px 0 0 22px;
 }

 #wrapper ul li {
     padding-left: 25px;
 }

 #wrapper li:before {
     content: "\2022";
     color: #000;
     float: left;
     font-size: 18px;
     text-indent: -25px;
 }

 #wrapper img {
     max-width: 100%;
     display: block;
 }

 #wrapper :is(h1, h2) {
     font-weight: 400;
 }

 #wrapper :is(a:link, a:visited, a:hover, a:active) {
     color: #000;
     text-decoration: none;
     white-space: nowrap;
 }

 @media only screen and (max-width:910px) {
     #wrapper {
         border: none;
         margin: 0;
         padding: 16px;
     }

     #wrapper :is(p, ul) {
         hyphens: auto;
         text-wrap: pretty
     }

     #wrapper :is(p, ul) span {
         white-space: nowrap;
     }

     #wrapper footer {
         padding-left: 60px;
     }
 }

 @media only screen and (max-width:480px) {
     #wrapper ul {
         margin-left: 0
     }
 }