div.privacy_policy_container {
    width: 54%;
    margin: 0 auto;
    padding-bottom: 40vh;
}

img.lang_icon {
    position: fixed;
    width: 46px;
    right: 18%;
    margin-top: -20px;
    cursor: pointer;
}

div.privacy_policy_title {
    font-weight: bold;
    font-size: 1.8vw;
    margin-bottom: 2vh;
}

div.privacy_policy_sub_title {
    font-weight: bold;
    font-size: 1.2vw;
    margin-bottom: 0.8vh;
}

div.privacy_policy_text {
    margin-bottom: 5vh;
    line-height: 1.6em;
    font-size: 1.1vw;
}

div.developer_name {
    margin-bottom: 3.5vh;
    line-height: 1.6em;
    font-size: 1.1vw;
}

@media screen and (max-width: 1024px) {
    div.privacy_policy_container {
        width: 66%;
    }

    img.lang_icon {
        position: fixed;
        width: 38px;
        right: 20%;
        margin-top: -20px;
    }

    div.privacy_policy_title {
        font-size: 1.7em;
    }

    div.privacy_policy_sub_title {
        font-size: 1em;
    }

    div.privacy_policy_text {
        font-size: 0.9em;
    }

    div.developer_name {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 768px) {
    div.privacy_policy_container {
        width: 72%;
    }

    img.lang_icon {
        position: fixed;
        width: 38px;
        right: 6%;
        margin-top: -10px;
    }
}

@media screen and (max-width: 540px) {
    div.privacy_policy_container {
        width: 80%;
    }
}
