 @font-face {
     font-display: swap;
     font-family: 'Hind Vadodara';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/hind-vadodara-v13-latin-regular.eot');
     src: url('../fonts/hind-vadodara-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-vadodara-v13-latin-regular.woff2') format('woff2'), url('../fonts/hind-vadodara-v13-latin-regular.woff') format('woff'), url('../fonts/hind-vadodara-v13-latin-regular.ttf') format('truetype'), url('../fonts/hind-vadodara-v13-latin-regular.svg#HindVadodara') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Hind Vadodara';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/hind-vadodara-v13-latin-700.eot');
     src: url('../fonts/hind-vadodara-v13-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-vadodara-v13-latin-700.woff2') format('woff2'), url('../fonts/hind-vadodara-v13-latin-700.woff') format('woff'), url('../fonts/hind-vadodara-v13-latin-700.ttf') format('truetype'), url('../fonts/hind-vadodara-v13-latin-700.svg#HindVadodara') format('svg');
 }

 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 body {
     font-size: 16px;
     line-height: 20px;
     font-family: 'Hind Vadodara', Arial, sans-serif;
     color: #000;
     font-weight: 400;
 }

 #wrapper {
     position: relative;
     max-width: 605px;
     margin: 16px auto;
     border: 1px solid #000;
     overflow: hidden;
     background-color: #fff;
 }

 h1 {
     margin: 16px 0;
     font-size: 41px;
     line-height: 1.1;
     font-weight: 700;
     color: #104838;
     font-family: 'Times New Roman', Times, serif;
     background: linear-gradient(to right, #083930 0%, #0c9546 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
 }

 .color {
     color: #104838;
 }

 h2 {
     font-size: 16px;
     line-height: 20px;
     font-weight: 700;
 }

 h3 {
     margin: 16px 0;
     font-size: 16px;
     line-height: 20px;
     font-weight: 700;
     color: #104838;
     background: linear-gradient(to right, #083930 0%, #0c9546 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
 }

 .a {
     color: #1b7d4c !important;
 }

 p:not(:last-of-type) {
     margin-bottom: 16px;
 }

 header {
     padding: 32px 16px 0 0;
 }

 article {
     padding: 20px 30px 10px;
 }

 footer {
     padding: 0 30px 20px;
 }

 footer .color {
     color: #0A9F46;
 }

 img {
     max-width: 100%;
     vertical-align: middle;
 }

 ul {
     margin: 0 0 16px;
     list-style: none;
 }

 ul li {
     padding-left: 10px;
 }

 ul li:before {
     content: "\2022";
     color: #000;
     float: left;
     margin-top: 6px;
     font-size: 8px;
     line-height: 1em;
     text-indent: -10px;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: inherit;
     text-decoration: none;
     white-space: nowrap;
 }

 span {
     white-space: nowrap;
 }

 @media all and (max-width:605px) {
     #wrapper {
         margin: 0;
         border: none;
     }

     header {
         padding: 16px 16px 0 0;
     }

     article {
         padding: 16px 16px 10px;
     }

     footer {
         padding: 0 16px 16px;
     }

     :is(p, ul) {
         hyphens: auto;
         text-wrap: pretty;
     }

     br:not(footer br) {
         display: none;
     }

     h1 {
         font-size: 32px;
     }
 }