 @font-face {
     font-display: swap;
     font-family: 'Mulish';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/mulish-v17-latin-regular.eot');
     src: url('../fonts/mulish-v17-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v17-latin-regular.woff2') format('woff2'), url('../fonts/mulish-v17-latin-regular.woff') format('woff'), url('../fonts/mulish-v17-latin-regular.ttf') format('truetype'), url('../fonts/mulish-v17-latin-regular.svg#Mulish') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Mulish';
     font-style: normal;
     font-weight: 600;
     src: url('../fonts/mulish-v17-latin-600.eot');
     src: url('../fonts/mulish-v17-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v17-latin-600.woff2') format('woff2'), url('../fonts/mulish-v17-latin-600.woff') format('woff'), url('../fonts/mulish-v17-latin-600.ttf') format('truetype'), url('../fonts/mulish-v17-latin-600.svg#Mulish') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Mulish';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/mulish-v17-latin-700.eot');
     src: url('../fonts/mulish-v17-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v17-latin-700.woff2') format('woff2'), url('../fonts/mulish-v17-latin-700.woff') format('woff'), url('../fonts/mulish-v17-latin-700.ttf') format('truetype'), url('../fonts/mulish-v17-latin-700.svg#Mulish') format('svg');
 }

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 html {
     min-height: 100%;
 }

 body {
     color: #000;
     font-family: 'Mulish', Arial, sans-serif;
     font-size: 14px;
     line-height: 20px;
     font-weight: 400;
 }

 #wrapper {
     max-width: 870px;
     margin: 1rem auto;
     border: 1px solid #000;
     background: url('../images/background.jpg') repeat-y;
     position: relative;
 }

 header {
     padding: 0;
 }

 .logo {
     padding: 60px;
     display: flex;
     justify-content: flex-end;
     background: #fff;
 }

 article {
     padding: 190px 0 0;
     position: relative;
 }

 .flex {
     display: flex;
     justify-content: space-between;
 }

 .left {
     width: 64%;
     padding: 0 40px 189px 60px;
 }

 .left .p {
     padding-right: 44px;
 }

 .right {
     width: 36%;
     padding: 50px 60px 60px 40px;
 }

 figure {
     position: absolute;
     top: 65px;
     left: 60px
 }

 .right li {
     margin-top: 5px;
 }

 .right li:before {
     content: "\25A0";
     color: #d3282a;
     float: left;
     font-size: 19px;
     text-indent: -16px;
     margin-top: -2px;
 }

 .info {
     margin-top: 30px;
 }

 .social {
     margin-top: 30px;
     display: flex;
     gap: 5px;
     align-items: center
 }

 .social p {
     padding-right: 5px;
     font-size: 13px;
 }

 footer {
     padding: 0 60px 60px;
     width: 64%;
     display: flex;
     gap: 13px;
     align-items: flex-end;
     position: absolute;
     bottom: 0;
     left: 0;
 }

 footer p {
     font-size: 10px;
     line-height: 16px;
     margin-top: 0 !important;
 }

 p:not(:first-of-type) {
     margin-top: 15px;
 }

 h1 {
     font-size: 23px;
     line-height: 24px;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     color: #fff;
     gap: 4px;
     padding-bottom: 20px;
 }

 h1 span {
     background: #d3282a;
     padding: 5px 15px;
 }

 h1 small {
     font-size: 15px;
     font-weight: 400
 }

 h2 {
     font-size: 23px;
     line-height: 24px;
     font-weight: 400;
     padding-bottom: 20px;
 }

 ul {
     list-style: none
 }

 ul li {
     padding-left: 16px;
 }

 li:before {
     content: "\25A0";
     color: #d3282a;
     float: left;
     font-size: 16px;
     text-indent: -16px;
     margin-top: -2px;
 }

 .font {
     font-size: 13px;
 }

 img {
     max-width: 100%;
     display: block;
 }

 :is(h1, h2) {
     font-weight: 600
 }

 strong {
     font-weight: 700;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: #000;
     text-decoration: none;
     white-space: nowrap;
 }

 .a {
     color: #d3282a !important;
 }

 @media only screen and (max-width: 870px) {
     #wrapper {
         border: none;
         margin: 0;
         background: none;
         overflow: hidden;
     }

     .logo {
         padding: 16px
     }

     .right {
         background: #dcddde;
         padding-bottom: 200px !important;
     }

     figure {
         position: static;
         padding-bottom: 20px;
     }

     article {
         padding-top: 0
     }

     :is(.left, .right) {
         padding: 16px
     }

     footer {
         position: static;
         padding: 16px;
         margin-top: -143px;
     }

     :is(p, ul) {
         hyphens: auto;
         text-wrap: pretty
     }

     :is(p, ul) span {
         white-space: nowrap;
     }
 }

 @media only screen and (max-width: 740px) {
     .flex {
         display: block;
     }

     :is(.left, .right, footer) {
         width: auto !important;
         padding: 16px !important
     }

     ul li br {
         display: none;
     }
 }