@media screen and (max-width: 60em) {
    .content {
        height: auto;min-height: 100vh;
        background: var(--white);
        margin-bottom: 0;
    }

    .tagline-content {
        margin: 1em 0;
    }
    .tagline-container {
        margin-left: 0;
        padding: 1em;
        
        background: linear-gradient( to bottom, var(--white) 0%, var(--white) 85%, transparent 100%);
        height: auto;
        text-align: center;
    }
    .tagline-img-wrapper {
        height: 30vh;
    position: relative;width: 100%;}
    .tagline-img {
        transform: translate(40%, 0%);
    }
    .title {
        font-size: 3em;
    }
    .title_logo {
        width: 50vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .tagline {
        text-align: left;
        font-size: 1rem;
    }
    .since {
        font-size: 1rem;
    }
    .notice {
        background-color: var(--white);
        font-size: 1.2em;
        width: 100%;
        /* margin-top: 3em; */
        padding: 1em;
        border-width: 1em;
        position: relative;
        /* top: 5em; */
        /* left: 1em; */
    }
    .home_activities {
        columns: 1;
    }
    .home_activities li {
        font-size: 1.0rem;
    }
    .stats-container {
        width: 100%;
        height: auto;
        bottom: auto;
        
        
    position: relative;border-radius: 0;margin-top: 3vh;padding: 1em;}
    .stats-content {
        padding: 1em;
    }
    .stats-title {
        font-size: 1.5em;
    }
    .impact-wrap {
        width: 24%;
        margin: 1em 0;
    }
    .stats-num {
        font-size: 2em;
    }
    .stats-desc {
        font-size: 1.25em;
    }
    .know-more-wrapper {
        font-size: 1em;
    }
    .donate {
        font-size: 1em;
    }
}