/* Legal Pages CSS - For Privacy Policy and Terms & Conditions */

.privacy-policy-content h2,
.terms-conditions-content h2 {
    color: #121521;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
}

.privacy-policy-content h3,
.terms-conditions-content h3 {
    color: #8F563C;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.privacy-policy-content p,
.terms-conditions-content p {
    color: #000000;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
}

.privacy-policy-content ul,
.terms-conditions-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.privacy-policy-content ul li,
.terms-conditions-content ul li {
    color: #000000;
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
}

.privacy-policy-content strong,
.terms-conditions-content strong {
    font-weight: 600;
    color: #121521;
}

/* Background color class */
.bg-ffffff {
    background-color: #ffffff;
}
