.iframe-container {
    width: 70%;
    max-width: 48rem;
    margin: 1rem auto;
    /* padding: 0 1rem; */
    color: #010101;
    text-align: left;
}

.privacy-content {

    font-size: 0.28rem;
    line-height: 1.6;
}

.privacy-content .privacy-title {
    font-size: 0.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.6rem;
}

.privacy-content h2 {
    font-size: 0.28rem;
    font-weight: 600;
    margin: 0.5rem 0 0.3rem;
}

.privacy-content h3 {
    font-size: 0.32rem;
    font-weight: 600;
    margin: 0.4rem 0 0.25rem;
}

.privacy-content p {
    margin: 0.2rem 0;
    font-size: 0.25rem;
}

.privacy-content strong {
    font-size: 1em;
    font-weight: 700;
}

.privacy-content ul {
    font-size: 1em;
    /* margin: 0.2rem 0 0.2rem 0.5rem; */
    /* padding-left: 0.4rem; */
}

.privacy-content ul.contact-list {
    list-style: none;
    padding-left: 0;
}

.privacy-content li {
    margin: 0.15rem 0;
}

.privacy-content .privacy-signature {
    margin-top: 0.6rem;
    font-weight: 600;
    text-align: right;
}

.iframe-container {
    background: linear-gradient(
        to bottom,
        #70b9ff 0%,
        #d9eefe 20%,
        #eceeff 45%,
        #ffffff 100%
    );
}

.iframe-container>p {
    font-size: 0.4rem;
}

.iframe-container iframe {
    width: 100%;
    height: 40rem;
    border: none;
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.1);
}