.privacy-policy {
    margin-top: 4.5rem;
    margin-bottom: 2.5rem;
}

a {
    text-decoration: none;
    color: #ffffff;
}

.privacy-policy p {
    font-size: 16px;
    font-weight: 100;
    color: #ffffff;
    text-align: justify;
}

.privacy-policy h3 {
    font-size: 32px;
    font-weight: 200;
    color: #ffffff;
    margin-bottom: 16px;
}

.privacy-policy ul {
    padding-left: 0px;
}

.privacy-policy ul li {
    font-size: 16px;
    font-weight: 100;
    color: #ffffff;
    list-style-type: disc;
    margin-bottom: 10px;
}

.privacy-policy .inner-list li {
    list-style-type: circle;
    margin: 3px 0;
}

.privacy-policy ol li {
    font-size: 16px;
    font-weight: 100;
    color: #ffffff;
    margin-bottom: 6px;
}

.privacy-policy .address {
    margin-bottom: 0;
}

@media screen and (max-width:768px) {
    .privacy-policy {
        margin-top: 4.5rem;
        margin-bottom: 0.5rem;
    }

    .privacy-policy h3 {
        font-size: 18px;
    }

    .privacy-policy h1 mark::before {
        top: -20px;
        left: 90px;
    }

    .terms-and-conditions h1 mark::before {
        top: -20px;
        left: 123px;
    }
}