h4 {
    margin-top: 15px;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #4F3721;
    text-transform: uppercase;
    margin-bottom: 10px;
}

p {
    text-align: justify;
}

.li-h4::marker {
    font-weight: 900;
    color: #4F3721;
}

.privacy-content a {
    color: #917400;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: underline;
}

a:hover {
    color: #ecbe02;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}