 @font-face {
     font-display: swap;
     font-family: 'Mulish';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/mulish-v13-latin-regular.eot');
     src: url('../fonts/mulish-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v13-latin-regular.woff2') format('woff2'), url('../fonts/mulish-v13-latin-regular.woff') format('woff'), url('../fonts/mulish-v13-latin-regular.ttf') format('truetype'), url('../fonts/mulish-v13-latin-regular.svg#Mulish') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Mulish';
     font-style: normal;
     font-weight: 500;
     src: url('../fonts/mulish-v13-latin-500.eot');
     src: url('../fonts/mulish-v13-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v13-latin-500.woff2') format('woff2'), url('../fonts/mulish-v13-latin-500.woff') format('woff'), url('../fonts/mulish-v13-latin-500.ttf') format('truetype'), url('../fonts/mulish-v13-latin-500.svg#Mulish') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Mulish';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/mulish-v13-latin-700.eot');
     src: url('../fonts/mulish-v13-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v13-latin-700.woff2') format('woff2'), url('../fonts/mulish-v13-latin-700.woff') format('woff'), url('../fonts/mulish-v13-latin-700.ttf') format('truetype'), url('../fonts/mulish-v13-latin-700.svg#Mulish') format('svg');
 }

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 html {
     min-height: 100%;
 }

 body {
     color: #fff;
     font-family: 'Mulish', Arial, sans-serif;
     font-size: 15px;
     line-height: 17px;
     font-weight: 400;
 }

 #wrapper {
     max-width: 1010px;
     height: 729px;
     margin: 1rem auto;
     border: 1px solid #000;
     background: url('../images/background.jpg') no-repeat;
     position: relative;
 }

 header figure {
     display: none
 }

 .logo {
     padding: 8px 20px;
     display: flex;
     justify-content: flex-end
 }

 article {
     padding: 0 55px 16px;
 }

 footer figure {
     display: none
 }

 .information {
     width: 100%;
     position: absolute;
     bottom: 0;
     left: 0;
     display: flex;
     justify-content: space-between;
     align-items: flex-end;
     padding: 20px 16px 2px 58px;
 }

 .information .text {
     width: 380px;
 }

 p {
     margin-bottom: 14px;
 }

 h1 {
     font-size: 17px;
     line-height: 1.1;
     margin: 40px 0 0;
     color: #d55a1e;
     padding-left: 23px;
 }

 h1:before {
     content: "\25A0";
     color: #d55a1e;
     float: left;
     font-size: 22px;
     text-indent: -23px;
     margin-top: -6px;
 }

 h2 {
     margin-top: -32px;
     font-size: 38px;
     line-height: 1.1;
     font-style: italic;
     color: #262626;
 }

 h2 span {
     display: block;
     font-size: 25px;
 }

 img {
     max-width: 100%;
     display: block;
 }

 :is(h1, h2, strong) {
     font-weight: 700;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: #fff;
     text-decoration: none;
     white-space: nowrap;
 }

 @media only screen and (max-width:1009px) {
     #wrapper {
         border: none;
         margin: 0;
     }
 }

 @media only screen and (max-width:900px) {
     #wrapper {
         height: auto;
         background: none;
     }

     header figure {
         display: block;
     }

     header {
         display: flex;
         justify-content: space-between;
         align-items: center;
         padding: 16px;
     }

     p {
         hyphens: auto;
         text-wrap: pretty
     }

     p span {
         white-space: nowrap;
     }

     article {
         padding: 16px;
     }

     footer {
         background: #d55a20;
         margin-top: 30px;
     }

     footer figure {
         display: block;
     }

     .information {
         position: static;
         padding: 16px;
     }
 }

 @media only screen and (max-width:485px) {
     header {
         flex-direction: column;
         gap: 16px
     }

     h2 {
         margin-top: 0;
         font-size: 36px;
     }

     h2 br {
         display: none
     }

     .information {
         flex-direction: column;
         align-items: center;
     }

     .information .text {
         width: auto
     }

     .information .text br {
         display: none
     }
 }