.privacy_content {
    margin-top: 5rem;
    h1 {
        font-size: 60px;
        color: #464646;
        br {
            display: none;
        }
    }
    h4 {
        font-size: 28px;
        font-weight: bold;
        color: #464646;
    }
    p {
        font-size: 22px;
    }
}

@media (max-width: 1024px) {
    .privacy_content {
        h1 {
            font-size: 54px;
            br {
                display: block;
            }
        }
        h4 {
            font-size: 26px;
        }
        p {
            font-size: 20px;
        }
        .detail_privacy {
            br {
                display: none;
            }
        }
        .detail_user {
            br {
                display: none;
            }
        }
    }
}

@media (max-width: 605px) {
    .privacy_content {
        margin-top: 2rem;
        padding-inline: 5%;
        h1 {
            font-size: 38px;
        }
        h4 {
            font-size: 24px;
        }
        p {
            font-size: 16px;
        }
    }
}

.h2-title {
    font-size: 2.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}

ul {
    display: block !important;
    list-style-type: disc !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    padding-inline-start: 40px !important;
    unicode-bidi: isolate !important;
    li {
        list-style: disc;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 2;
        margin-bottom: 0px;
    }
}

.table-active{
    background-color: rgba(0,0,0,.075);
}

th,td{
    font-size: 22px !important;
}