/* =====================================
Privacy Policy
===================================== */
.privacy-policy {
    overflow: visible !important;
}
.privacy-policy h6 {
    font-weight: bold;
    text-transform: uppercase;
}
.privacy-policy .col-lg-3 .border .border-bottom ul {
    list-style-type: decimal;
    padding-left: 1rem;
    margin-bottom: 0;
}
.privacy-policy .col-lg-3 .border .border-bottom ul li:not(:last-of-type) {
    margin-bottom: 0.5rem;
}
.privacy-policy .col-lg-3 .border .border-bottom ul li a {
    color: #010412;
}
.privacy-policy .col-lg-3 .border .border-bottom ul li a:hover,
.privacy-policy .col-lg-3 .border .border-bottom ul li a.active {
    color: #00817c;
}
.privacy-policy .col-lg-3 .border .border-bottom:last-of-type {
    border-bottom: none !important;
}
.privacy-policy .col-lg-3 .border .border-bottom img {
    height: 100px;
}
.privacy-policy div.mb-4 {
    scroll-margin-top: calc(98px + 1.5rem) !important;
}
.privacy-policy div.mb-4:last-of-type,
.privacy-policy .mb-4 p:last-child {
    margin-bottom: 0 !important;
}
.privacy-policy .col-lg-9 .border.rounded div.mb-4:last-of-type {
    margin-bottom: 0 !important;
}
@media (max-width: 768px) {
    .privacy-policy div.mb-4 {
        scroll-margin-top: calc(82px + 1.5rem) !important;
    }
    .privacy-policy h6 {
        scroll-margin-top: calc(82px + 1rem);
    }
}