.privacy_policy_section {
    background-image: url(../images/privacy_policy/privacy-policy.png);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 80px;
    margin-top: 115px;
    /* background-position: 50%; */
}

.privacy_policy_box {
    margin-bottom: 80px;
}

.privacy_policy_box p {
    font-family: "Arial";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.47;
    text-align: left;
    color: #000000;
    text-align: justify;
}

.privacy_policy_box p a {
    color: #007bff;
}

.privacy_policy_box h3 {
    font-family: "Arial";
    font-size: 19px;
    font-weight: 400;
    line-height: 1.47;
    text-align: left;
    color: #000000;
    text-align: justify;
}

.personal_info li {
    font-family: "Arial";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.47;
    text-align: left;
    color: #000000;
    text-align: justify;
}

@media (max-width: 575.98px) {
    .privacy_policy_box h3 {
        text-align: left;
    }
}