@charset "utf-8";

.privacy h4 {
    padding: 0.25em 0.5em;
    background: transparent;
    border-left: solid 5px #336393;
    text-align: left;
    font-size: 14px;
    margin: 20px 0 5px;
}
.privacy p {
    line-height: 1.7;
    margin-bottom: 25px;
}
.privacy ul li {
    list-style: disc;
    line-height: 1.6;
    margin-left: 20px;
}
.privacy ul{
    margin-bottom: 25px;
}

.privacy .mb8 {
    margin-bottom: 8px;
}