#history h1 {
    margin-bottom: 10px;
    font-size: 2.4vw;
    letter-spacing: 0.5vw;
}




#history p {
   /* font-size: 1.8vw;
    text-indent: 10vw;
   line-height: 3vw;*/
    padding: 0 4vw;
    padding-bottom: 2vw;
    font-size: 2vw;
    text-indent: 10vw;
    line-height: 3.5vw;
    text-align: justify;
    font-family:'Times New Roman', Times, serif;
    font-style: oblique;
}


#structure {
    font-size: 2.1vw;
    
}

#structure h1{
    margin-bottom: 10px;
    font-size: 2.4vw;
    letter-spacing: 0.5vw;

}

#structure ul {
    margin-bottom: 10px;
}
#structure li {
    padding-bottom: 4vw;
    list-style:circle;
    margin-left: 20vw;
    text-align: left;
    height:40px;
}




  @media screen and (max-width:500px) {
    


    #history p {
        
         padding: 0 4vw;
         padding-bottom: 2vw;
         font-size: 2.5vw;
         text-indent: 10vw;
         line-height: 4vw;
        
     }


     #history h1 {
        margin-bottom: 8px;
        font-size: 2.6vw;
        letter-spacing: 0.5vw;
    }
    
     #structure {
        font-size: 2.4vw;
    }

     #structure li {
        padding-bottom: 4vw;
        margin-left: 8vw;
        height:10px;
    }
     

  }

  @media screen and (min-width:500px) and (max-width:800px) {
    #history p {
        
        padding: 0 4vw;
        padding-bottom: 2vw;
        font-size: 2.4vw;
        text-indent: 10vw;
        line-height: 4vw;
       
    }
    #structure {
       font-size: 2.5vw;
   }

    #structure li {
       padding-bottom: 4vw;
       list-style:circle;
       margin-left: 5vw;
       text-align: left;
       height:10px;
   }


  }