.terms h5 {
    font-weight: bold;
}
.terms p {
    margin-bottom: 15px;
}

.privacy-list ul {
    list-style: none;
    padding-left: 0;
}

.privacy-list ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}

.privacy-list ul li::before {
    content: "\f058";               /* fa-check-circle */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #060d06;
}