 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 @font-face {
     font-family: 'Open Sans';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/open-sans-v34-latin-regular.eot');
     src: local(''), url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
 }

 @font-face {
     font-family: 'Open Sans';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/open-sans-v34-latin-700.eot');
     src: local(''), url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-700.woff') format('woff'), url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
 }

 html {
     min-height: 100%;
 }

 body {
     color: #fff;
     font-family: 'Open Sans', Arial, sans-serif;
     font-size: 0.9375rem;
     line-height: 1.1875rem;
     font-weight: 400;
 }

 #wrapper {
     max-width: 840px;
     margin: 1rem auto;
     border: 1px solid #000;
     background: #005f38;
 }

 article {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
 }

 footer {
     padding: 1.875rem 1.875rem 0.3125rem;
 }

 p {
     margin: 0 0 1rem;
     text-align: justify;
     hyphens: auto;
 }

 strong {
     font-weight: 700;
 }

 h1 {
     padding: 0 0 0 1.875rem;
     font-weight: 700;
     font-size: 1.0625rem;
     line-height: 1.3125rem;
     color: #091916;
     position: relative;
 }

 h1::before {
     content: "";
     width: 0.3125rem;
     height: 0.3125rem;
     background: #091916;
     position: absolute;
     z-index: 3;
     left: 0;
     top: 0.5625rem;
 }

 h2 {
     margin: 1.875rem 0 0 4.75rem;
     padding: 0.5625rem;
     font-size: 0.9375rem;
     line-height: 1.75rem;
     text-align: center;
     background: #fec24c;
     color: #005f38;
     width: 11.875rem;
     transform: rotate(-4deg);
 }

 h2 a {
     color: #005f38 !important;
 }

 h3 {
     margin: -0.5rem 0 0 7.5rem;
     padding: 0.4375rem;
     font-weight: 400;
     font-size: 0.8125rem;
     line-height: 1.0625rem;
     background: #fff;
     color: #005f38;
     text-align: center;
     width: 11.25rem;
     position: relative;
     z-index: 2;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: #fff;
     text-decoration: none;
     white-space: nowrap;
 }

 img {
     max-width: 100%;
     vertical-align: middle;
 }

 .qrcode {
     position: absolute;
     left: 1.875rem;
     bottom: 0.75rem;
 }

 .kununu {
     position: absolute;
     z-index: 5;
     right: 0.75rem;
     bottom: 1rem;
     transform: rotate(-5deg);
 }

 footer p {
     text-align: center;
 }

 .right {
     width: 50%;
     padding: 1.25rem 1.875rem 0.0625rem;
     position: relative;
 }

 .left {
     width: 50%;
     padding: 1.25rem 1.875rem;
     background: #b6d9c7;
     display: flex;
     align-items: center;
 }

 .right p {
     font-size: 1.06rem;
     line-height: 1.25rem;
 }

 .image {
     margin-bottom: 1.25rem;
 }

 @media all and (max-width: 839px) {
     #wrapper {
         margin: 0;
         border: none;
     }

     .left {
         padding: 1rem;
     }

     .right {
         padding: 1rem 1rem 0.0625rem;
     }

     p {
         text-align: left;
     }

     footer {
         padding: 1rem
     }

     p span {
         white-space: nowrap;
     }

     .qrcode {
         left: 14px;
     }
 }

 @media all and (max-width: 800px) {
     :is(.left, .right) {
         width: 100%;
     }
 }

 @media all and (max-width: 450px) {
     :is(.qrcode, .kununu) {
         position: static;
     }

     h2 {
         transform: none;
         margin: 0 auto 0.625rem;
     }

     h3 {
         margin: 0 auto 0.625rem;
     }

     .kununu {
         transform: none;
     }

     .icon {
         display: flex;
         justify-content: center;
         align-items: center;
         gap: 0.625rem;
         margin-top: 0.9375rem;
     }
 }