#privacy-policy {
    padding: 10px 25px 0 25px;
    text-align: justify;
}

#privacy-policy > h1 {
    text-transform: capitalize;
    text-align: left;
}
#privacy-policy > h1:first-of-type {
    margin-bottom: 40px;
}
#privacy-policy > h1:first-of-type::after {
    content: "";
    position: absolute;
    display: block;
    width: 10%;
    min-width: 108px;
    height: 1px;
    margin-top: 6px;
    /* border-bottom: 6px solid rgba(213, 29, 50, 1);  */
}

#privacy-policy > p {
    line-height: 20px;
    margin: 0.5em;
}

#privacy-policy > h3 {
    padding-left: 25px;
}
#privacy-policy > h3::after {
    content: ":";
}

#privacy-policy > ol {
    padding-left: 70px;
    text-indent: 10px;
    line-height: 30px;
}

@media only screen and (max-width: 1024px) {
    #privacy-policy img {
        max-width: 100%;
    }

    #header,
    #header > .wrap {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
}