.privacy-container {
    padding: 5% 0%;
}

.privacy-data-container {
    background-color: #ffffff78;
    /* webkit-box-shadow: 11px 2px 11px 5px rgb(0 0 0 / 14%); */
    -moz-box-shadow: 11px 2px 11px 5px rgba(0, 0, 0, .14);
    box-shadow: 11px 2px 11px 5px rgb(0 0 0 / 14%);
}

.p2 {
    /* font-family: sans-serif; */
    font-size: 1rem;
    margin-bottom: 1rem !important;
    text-align: justify;
    width: 100%;
}

.subtitle {
    font-family: 'Montserrat-BoldItalic';
    color: var(--primary-color);
    position: relative;
    width: fit-content;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.5rem 0rem;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    cursor: pointer;
    font-size: 1.5rem;
}

ul.p2 {
    text-align: left;
}

ul.letter {
    list-style-type: lower-latin;
}

.privacy {
    border-bottom: 1px solid #0000001a;
    padding: 0rem 0.5rem;
}


@media (max-width:991px) {
    .subtitle{
        font-size: 1.2rem;
    }

    .p2 {
        font-size: 0.8rem;
    }
}