/* Privacy policy */
#privacy-policy{
    color: var(--color-scheme-1-text);
}


/* Extra small devices (phones, portrait) */
@media (max-width: 575.98px) {
    #privacy-policy{
        text-align: justify;
    }
    #privacy-policy h4{
        text-align: left;
    }
}

/* Small devices (phones, landscape) */
@media (min-width: 576px) and (max-width: 767.98px) {
    /* CSS for larger phones / small tablets */
}

/* Only for medium screens */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .p-lg-10{
        padding: 0;
    }
}

/* Extra Large devices (desktops) */
@media (min-width: 1200px) {
    .p-lg-10{
        padding: 10rem;
    }
}