.terms h1 {
    color: #fff;
    font-size: 65px;
    font-weight: bolder;
    font-family: 'Rantera';
    text-transform: capitalize;
    letter-spacing: 1px;
}
.terms h3{
    font-weight: 400;
}
.terms h4 {
    color: #c4c4c4;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 27px;
}
.terms ul{
    margin: 0px;
    padding: 0;
}
.terms li{
    margin: 0 0 0 18px;
    padding: 0;
    list-style: circle;
    font-size: 18px;
    color: #e6e6e6;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 200;
}
.terms ul{
    margin: 0;
    padding: 0;
}