h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans', sans-serif;
    margin: 0px 0px 5px 0px;
    display: block;
    color:#000;
    padding: 0px;}

    h1{
        text-transform: uppercase;
        font-weight: 800;
        color: #6a6f58;
        margin-bottom: 30px;
        font-size: 2.3em;}

    h2{
        font-weight: 700;
        font-size: 1.7em;
        margin-bottom: 10px;
        text-transform:none;
        letter-spacing: 0em;}

    h3{
        font-weight: 700;
        font-size: 1.65em;}

    h4{
        font-weight: 700;
        margin-top: 10px; 
        margin-bottom: 5px;
        font-size: 1.45em;}

    h5{
        font-weight: 700;
        font-size: 1.25em;}

    h6{
        font-weight: 700;
        font-size: 1em;}

a{
    color: #000;
    text-decoration: underline;}

    a:hover{
        color: #AEAEAE;
        text-decoration: none;}

p{
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.70em;
    margin-bottom: 30px;}

.wrapper ul{
    list-style: none;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 30px 0px}

    .wrapper ul li{
        font-size: 1.2em;
        letter-spacing: 0.02em;}

    .wrapper ul li::before {
      content: "\2022";  
      color: #6a6f58; 
      font-weight: bold;
      display: inline-block; 
      width: 1em; 
      margin-left: -1em; }