body{    
    margin: 10px auto;
    width:80%;
    font-family: Helvetica Neue Pro,Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.66667;
    color: #000;
    text-align: left;
    background-color: #fff;
}

h1 {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
}
p, ul, ul li {
    font-family: Helvetica Neue Pro,Helvetica,Arial,sans-serif;
    font-weight: 300;
    letter-spacing: -.21px;
    line-height: 1.875;
}
.block {
    margin: 0 15px;
    padding-bottom: 60px;
}