body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.policies {
    padding: 40px;
    border-top: 1px solid #ebebeb;
}
.products-wrap {
    width: 980px;
    margin: 0 auto;
}
.products-wrap {
    position: relative;
}
.policies h3 {
    margin-bottom: 15px;
}
h3 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
p {
    margin: 0 0 10px;
}
.policies ol {
    list-style: decimal;
    list-style-position: inside;
}
.policies ol li.decimal {
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 5px;
}
.policies ul.disc {
    list-style: disc;
    list-style-position: inside;
    margin-left: 40px;
    margin-bottom: 10px;
}
.policies ol li {
    margin-bottom: 10px;
}
.policies ul.upper-alpha {
    list-style: upper-alpha;
    list-style-position: inside;
    margin-left: 40px;
    margin-bottom: 10px;
}
.policies ul.alpha {
    list-style: lower-alpha;
    list-style-position: inside;
    margin-left: 40px;
}