.fullterms h1 {
    margin: 0 0 20px;
    color: #262626;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: .12em;
}
.fullterms p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 18px;
}
.fullterms ul {
    margin-bottom: 18px;
}
.fullterms ul li {
    position: relative;
    margin-left: 20px;
    margin-bottom: 8px;
}
.fullterms ul li::after {
    content: '';
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 9px;
    height: 9px;
    position: absolute;
    left: -19px;
    top: 3px;
    background: #f86d57;
}