.privacypolicy-hero {
    margin: 2rem 0;
}

.privacypolicy-hero h6 {
    font-size: 1rem;
    font-weight: 400;
}

.policy-date {
    color: #3145a3;
    font-weight: 600;
}

.policy-content {
    margin: 1rem 0;
}

.policy-heading {
    font-size: 1.4rem;
    margin-top: 1.3rem;
    font-weight: 500;
}

.policy-text {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0.3rem;
    color: #414141;
}

.bold-text {
    font-weight: 600;
}

.sub-heading {
    font-weight: 500;
    font-size: 1.1rem;
    margin: 1rem 0;
    padding-left: 1rem;
}

.user-type {
    font-weight: 500;
    font-size: 1rem;
    margin: 0.4rem 0;
    padding-left: 1.5rem;
}

.list-items {
    margin: 0.4rem 0;
    font-weight: 400;
    font-size: 1rem;
    padding-left: 4rem;
}

@media screen and (width <= 1250px) {
    body {
        padding: 0 1rem;
    }

    .body-layout {
        width: 90%;
    }
    .policy-content,
    .policy-heading,
    .policy-text,
    .sub-heading {
        width: 100%;
    }

    .policy-heading {
        font-size: 1.1rem;
    }

    .privacypolicy-hero h1 {
        font-size: 2.8rem;
    }

    .policy-text {
        font-size: 0.9rem;
    }

    .sub-heading {
        font-size: 1rem;
    }
}
