@media screen and (max-width: 1400px) {
    .volunteer-care-visual__main {
        width: 460px;
    }

    .volunteer-care-visual__media--overlap {
        width: fit-content;
        right: -4%;
        top: -32%;
    }

    .volunteer-care-visual__overlap {
        width: 210px;
    }
}

@media screen and (max-width: 1200px) {
    .volunteer-care-visual__overlap {
        width: 180px;
    }

    .volunteer-care-section {
        .volunteer-care-content {

            .section-tip,
            .volunteer-care-title {
                text-align: center;
            }
        }

        .volunteer-care-feature {
            padding-top: 10px;
            padding-bottom: 10px;
            gap: 12px;
        }

        .volunteer-care-feature__sub {
            margin-top: 2px;
        }
    }

    .volunteer-care-layout {
        flex-direction: column;
        gap: 100px;
    }

    .volunteer-care-content,
    .volunteer-care-visual {
        flex: none;
        max-width: none;
        width: 100%;
    }

    .volunteer-care-visual {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .volunteer-stats-grid {
        gap: 16px;

        .volunteer-stat-item__num {
            margin-bottom: 6px;
        }
    }

    .volunteer-apply-layout {
        flex-direction: column;
    }

    .volunteer-apply-intro {
        flex: none;
        max-width: none;
        width: 100%;
    }

    .volunteer-apply-form-wrap {
        width: 100%;
    }

    .volunteer-review-section {
        padding-bottom: 120px;
    }

    .volunteer-review-section .img-video-wrapper {
        padding-bottom: 30px;
        max-height: 300px;
    }

    .activity-gallery-pagination {
        bottom: 0 !important;
    }

    .volunteer-apply-section {
        padding-bottom: 0;

        .section-tip,
        .volunteer-apply-title {
            text-align: center;
        }

        .volunteer-apply-layout {
            gap: 4px;
        }

        .volunteer-apply-lead {
            margin-bottom: 12px;
        }

        .volunteer-apply-targets {
            li {
                margin-bottom: 4px;

                &::before {
                    top: 12px;
                }
            }
        }

        .volunteer-apply-form {
            padding: 12px;

            .layui-form-item {
                margin-bottom: 6px;
            }

            .layui-form-select .layui-edge {
                top: calc(50% + 24px);
                transform: translateY(-50%);
            }

            .layui-form-label {
                font-size: 15px;
                padding-top: 6px;
                padding-bottom: 4px;
            }

            .layui-form-radio {
                padding-right: 6px;
                margin-right: 0;
                font-size: 14px;

                &>* {
                    font-size: 15px;
                }

                &>i {
                    margin-right: 3px;
                }
            }

            .layui-input,
            .layui-textarea {
                font-size: 15px;
            }
        }
    }
}

@media screen and (max-width: 768px) {
    .volunteer-care-layout {
        gap: 32px;
    }

    .volunteer-care-visual__main {
        width: 100%;
    }

    .volunteer-care-visual__media--overlap {
        width: fit-content;
        right: 2%;
        top: -23%;
    }

    .volunteer-care-visual__overlap {
        width: 130px;
    }

    .volunteer-care-visual::after {
        content: "";
        background-image: url(/static/image/about-1-shape-2.png);
        position: absolute;
        right: -1vw;
        bottom: -9vw;
        width: 30vw;
        height: 30vw;
    }

    .volunteer-apply-form .layui-form-label {
        width: 100%;
        text-align: left;
        padding-bottom: 6px;
    }

    .volunteer-apply-form .layui-input-block,
    .volunteer-apply-form-actions .layui-input-block {
        margin-left: 0;
    }

    .volunteer-apply-reset.layui-btn-primary {
        margin-left: 0;
        margin-top: 10px;
    }

    .volunteer-stat-item {
        flex: 1 1 40%;
    }

    .volunteer-stat-item__label {
        font-size: 15px;
    }

    .volunteer-stats-section .volunteer-stats-time {
        width: fit-content;
        max-width: 320px;
        padding: 10px 16px;
        margin-top: 16px;
    }

    .volunteer-stats-time__label,
    .volunteer-stats-time__value {
        font-size: 13px;
        line-height: 13px;
    }
}

@media screen and (max-width: 576px) {
    .volunteer-care-visual__frame {
        padding: 16px;
    }

    .volunteer-stat-item {
        flex: 1 1 100%;
    }

    .volunteer-apply-form-actions .layui-input-block {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .volunteer-apply-submit.layui-btn,
    .volunteer-apply-reset.layui-btn-primary {
        width: 100%;
        margin-left: 0;
    }
}