html, body {
    margin: 0;
    padding: 0;
}

.header-item {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    cursor: pointer;
    color: #085008;
}

.header-item a {
    color: #085008;
    font-weight: 800;
}


.header-item a {
    text-decoration: none;
}

.header-item:hover {
       transform: scale(1.1, 1.1);
   }

@media screen and (min-width: 320px){

   .header, .main-content  {
       padding: 20px; 
   }
   
   .header-item {
       font-size: 13px;
   }
   
   .text-block {
       font-size: 15px;
   }
   
   .title {
       font-size: 20px;
   }
   
   .title-2-level {
       font-size: 22px;
   }
   
   .list-text {
       font-size: 15px;
   }
   
   .bullet {
       font-size: 15px;
   }
}

@media screen and (min-width: 1200px){
    .header {
    display: block;
    }

    .header, .main-content {
       padding: 30px 50px; 
   }
   
   .header-item {
       font-size: 16px;
   }
   
    .text-block {
       font-size: 18px;
   }
   
   .title {
       font-size: 26px;
   }
   
   .title-2-level {
       font-size: 27px;
   }
   
   .list-text {
       font-size: 18px;
   }
   
   .bullet {
       font-size: 18px;
   }
}

    .title {
        font-family: 'Josefin Sans', sans-serif;
        text-align: center;
        max-width: 900px;
        margin: 0 auto;
        font-weight: 900;
        margin-bottom: 30px;
        text-transform: uppercase;
        color: #085008;
    }

 .text-block {
       font-family: 'Open Sans', sans-serif;
       padding: 20px;
   }
   
.text-block-yell {
       background: #e7ffc0;
       
   }
   
   .title-2-level {
       font-family: 'Josefin Sans', sans-serif;
        text-align: center;
        display: flex;
        justify-content: center;
       font-weight: 900;
       margin-top: 40px;
        margin-bottom: 20px;
        color: #085008;
   }
   
   .list-title {
       font-family: 'Josefin Sans', sans-serif;
       font-size: 18px;
        color: #085008;
        font-weight: 900;
        margin-bottom: 8px;
        text-decoration: underline;
        margin-top: 30px;
   }
   
  .list-text {
       font-family: 'Open Sans', sans-serif;
       margin-bottom: 15px;
       padding-left: 20px;
   }
   
   .bullet {
       font-family: 'Open Sans', sans-serif;
       margin-bottom: 22px;
   }
   
   .bullet-list {
       margin-top: 40px;
   }