 @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');
 }

 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 html {
     min-height: 100%;
 }

 body {
     font-family: 'Open Sans', Arial, sans-serif;
     font-size: 1rem;
     line-height: 1.5rem;
     color: #575656;
     font-weight: 400;
 }

 #wrapper {
     margin: 1rem auto;
     padding: 0 2.0625rem 0.625rem;
     max-width: 630px;
     background: #fff url(../images/background.jpg) no-repeat left bottom;
     overflow: hidden;
     border: solid thin #878786;
 }

 header {
     margin: 0 -2.0625rem;
 }

 header img {
     display: block;
 }

 .infor {
     background: #e2e3e4;
     margin: 0 -2.0625rem 1rem;
     padding: 0.8125rem 2.0625rem;
 }

 .infor p {
     margin-bottom: 0 !important;
     color: #1d1d1b;
 }

 .center :is(h2, p) {
     text-align: center;
 }

 footer {
     margin: 1rem 0 0;
 }

 footer p {
     text-align: center;
     color: #008244;
     margin-bottom: 0;
     font-size: 15px;
 }

 :is(h1, h2, strong) {
     font-weight: 700;
 }

 .infor {
     color: #000;
 }

 h1 {
     margin: 0 0 0.625rem;
     font-size: 1.3125rem;
     text-align: center;
     line-height: 1.6875rem;
     color: #1d1d1b;
 }

 h2 {
     font-size: 1rem;
     line-height: 1.375rem;
     margin: 10px 0 0;
     color: #1d1d1b;
 }

 p {
     margin: 0 0 10px;
     text-align: justify;
     hyphens: auto;
 }

 div {
     text-align: justify;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: #575656;
     text-decoration: none;
 }

 img {
     max-width: 100%;
 }

 @media screen and (max-width: 630px) {
     #wrapper {
         border: none;
         margin: 0;
         padding: 0 1rem 1rem;
         background: #fff;
     }

     div {
         text-align: left;
     }

     header {
         margin: 0 -1rem;
     }

     :is(h1, h2) {
         hyphens: auto;
     }

     h2:nth-of-type(2) {
         margin-top: 1rem;
     }

     p {
         text-align: left;
     }

     :is(p a, p span) {
         white-space: nowrap;
     }

     br:not(footer br) {
         display: none;
     }
 }