* {
    font-family: 'Montserrat', sans-serif;
}
body {
    background-color: #f1f1f1;
    color: #282828;
    font-weight: 200;
}
.header-wrap h1 {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 20px;
}
.header-wrap {
    padding-bottom: 20px;
}
.header-wrap img {
    margin: 0 auto;
}
.lastp {
    margin-bottom: 25px;
}
.terms-content h6 {
    font-size: 14px;
}
.terms-content p {
    font-size: 13px;
    line-height: 16px;
}
.terms-footer-menu {
    padding-top: 20px;
}
.terms-footer-menu img {
    max-width: 200px;
}
.terms-content ul {
    padding-left: 20px;

}
.terms-content ul li {
    list-style-image: url(../img/dot-list.png);   
    margin-bottom: 8px; 
}
ol {padding-left:15px;}