@media (min-width: 375px) and (max-width: 767px) {
    /* Container */
    .page-container {
        background-color: #faf9f5;
        overflow-x: hidden;
        background: linear-gradient(162.56deg, #e4f3ff 2.29%, #fafdff 31.14%);
    }

    /* Header */
    .header img {
        height: 24px;
    }

    /* Footer */
    .footer {
        align-items: start;
        flex-direction: column;
        padding: 24px 16px 129px;
        gap: 12px;
    }

        .footer .other-logo-container {
            gap: 12px;
        }

            .footer .other-logo-container img {
                height: 24px;
            }

        .footer .logo-container {
            flex-direction: column;
            align-items: start;
            gap: 12px;
        }

            .footer .logo-container .azicloud-logo {
                height: 28px;
                object-fit: contain;
            }

        .footer .copyright-text {
            font-size: 14px;
        }

    /* Head */
    .head {
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .head .desktop-banner {
            display: none;
        }

        .head .mobile-banner {
            display: block;
            width: 100%;
            transform: translateX(16px);
        }

        .head .text-left {
            padding: 0 16px;
            gap: 32px;
        }
            .head .text-left .subscribe {
                display: none;
            }
            .head .text-left .subscribe button {
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 10px 20px;
            }

                .head .text-left .subscribe button div {
                    font-size: 16px;
                }

                .head .text-left .subscribe button img {
                    width: 32px;
                    height: 32px;
                }

            .head .text-left .subscribe .text {
                font-size: 13px;
            }

                .head .text-left .subscribe .text span {
                    font-weight: 600;
                    font-size: 16px;
                }

            .head .text-left .title {
                display: flex;
                flex-direction: column;
                align-items: center;
                margin-bottom: 20px;
            }

                .head .text-left .title div:nth-child(1) {
                    font-size: 24px;
                }

                .head .text-left .title div:nth-child(2) {
                    line-height: 130%;
                    font-size: 28px;
                }

    /* Working fields */
    .working-fields {
        background: transparent;
        padding: 40px 16px;
        gap: 24px;
    }

        .working-fields .title {
            width: 100%;
            text-align: center;
        }

            .working-fields .title div:nth-child(1) {
                font-size: 18px;
            }

            .working-fields .title div:nth-child(2) {
                font-size: 20px;
                white-space: nowrap;
            }

        .working-fields .fields {
            gap: 24px;
        }

            .working-fields .fields .item img {
                width: 48px;
                height: 48px;
            }

            .working-fields .fields .item div {
                font-size: 12px;
            }

    /* Features */
    .features {
        padding: 0 16px 40px;
        gap: 40px;
    }

        .features .feature {
            flex-direction: column-reverse;
            gap: 24px;
        }

            .features .feature-left {
                flex-direction: column-reverse;
            }

            .features .feature .title {
                text-align: center;
                gap: 12px;
            }

                .features .feature .title div:nth-child(1) {
                    font-size: 20px;
                }

                .features .feature .title div:nth-child(2) {
                    font-size: 14px;
                }

            .features .feature img {
                width: 100%;
            }

        .features .feature-left .title {
            text-align: center;
            gap: 12px;
        }

            .features .feature-left .title div:nth-child(1) {
                font-size: 20px;
            }

            .features .feature-left .title div:nth-child(2) {
                font-size: 14px;
            }

        .features .feature-left img {
            width: 100%;
        }

    /* Count down */
    .count-down {
        display: none;
        flex-direction: column;
    }

        .count-down .left {
            gap: 40px;
            padding: 24px 16px;
        }

            .count-down .left .tag {
                gap: 6px;
                border-radius: 25px;
                padding: 12px;
            }

                .count-down .left .tag img {
                    width: 20px;
                    height: 20px;
                }

                .count-down .left .tag div {
                    font-size: 15px;
                }

            .count-down .left .timer {
                width: 100%;
                gap: 48px;
            }

                .count-down .left .timer .title {
                    gap: 12px;
                }

                    .count-down .left .timer .title div:nth-child(1) {
                        font-size: 20px;
                    }

                    .count-down .left .timer .title div:nth-child(2) {
                        font-weight: 600;
                        font-size: 20px;
                    }

                .count-down .left .timer .time-display {
                    justify-content: space-between;
                    gap:0px;
                }

                    .count-down .left .timer .time-display .container .text {
                        font-size: 14px;
                    }

                    .count-down .left .timer .time-display .container .display {
                        gap: 5px;
                    }

                        .count-down .left .timer .time-display .container .display .time-card {
                            border-radius: 6px;
                            padding: 4.5px 15px;
                        }

                            .count-down .left .timer .time-display .container .display .time-card span {
                                font-size: 30px;
                            }

                .count-down .left .timer .subscribe > div {
                    font-size: 14px;
                }

                .count-down .left .timer .subscribe button {
                    padding: 10px 20px;
                    font-size: 16px;
                }
                .count-down .left .timer .time-display .divider {
                    font-size: 20px;
                }


    /* ----------------------------------------------- */
    .timer-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        box-shadow: 0px 8px 32px 0px #3c3c3c40;
        background-color: white;
        padding: 12px 13px 32px;
    }

        .timer-card .timer {
            display: flex;
            gap: 12px;
            align-items: center;
        }

            .timer-card .timer .display-container {
                display: flex;
                gap: 6.67px;
            }

                .timer-card .timer .display-container span {
                    background: linear-gradient( 180deg, rgba(247, 72, 80, 0.15) 0%, rgba(255, 216, 192, 0.15) 100% );
                    padding: 2px 6.67px;
                    border-radius: 2.67px;
                    color: #f74850;
                    font-weight: 700;
                    font-size: 18px;
                }

        .timer-card .subscribe-button {
            width: 100%;
            height: 40px;
            background-color: #5db85b;
            border: none;
            border-radius: 8px;
            text-decoration: none;
            text-align: center;
            align-content: center;
        }

            .timer-card .subscribe-button span {
                color: white;
                font-size: 17px;
                font-weight: 400;
            }
}
