@media screen and (max-width: 1200px) {
    #title-logo {
        /*width: 300px;*/
    }

    #screen4 {
        position: relative;
        padding: 24px 30px;
        width: calc(100% - 60px);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), linear-gradient(208deg, #32A674 13.81%, #2CC483 53.92%, #A7CC5A 93.23%);
    }

    #container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 2rem;
        gap: 2rem;
    }

    #left-aligned-content,
    #right-aligned-content {
        max-width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }

    #left-aligned-content {
        padding-right: 0;
    }

    .feature-card {
        width: 100%; /* 每个子元素占据整个容器宽度 */
        min-width: auto; /* 移除最小宽度限制 */
        padding: 32px; /* 适当减小内边距，使内容更紧凑 */
    }

    .feature-cards {
        flex-direction: column;
        align-items: center;
    }

    #screen2 {
        align-items: center;
        --pw: calc(4rem + ((1vw - 12px)* 2.8));
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 64px var(--pw) 0px var(--pw);
        width: calc(100% - var(--pw) * 2);
        background: white;
    }

    #screen3 {
        align-items: center;
        --pw: calc(4rem + ((1vw - 12px)* 2.8));
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 64px var(--pw) 0px var(--pw);
        width: calc(100% - var(--pw) * 2);
        background: white;
    }

    #screen2 h2 {
        font-size: 2rem;
        background: linear-gradient(0deg, #32A674, #2CC483, #A7CC5A);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
        margin: 0;
    }

    #screen3 h2 {
        font-size: 2rem;
        background: linear-gradient(0deg, #32A674, #2CC483, #A7CC5A);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
    }

    .button-container {
        display: flex;
        justify-content: center;
        padding-top: 64px;
    }


    footer {
        margin: 80px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 16px;
        align-items: center;
    }

    #privacy-policy {
        color: #1C6E31;
        font-size: 14px;
        line-height: 268%;
        text-align: center;
    }
}