/* Community Level Styles */

/* homepage */
@media only screen and (max-width: 480px) {
    #intro_text_section .hpt-impact-text .hpt-impact-line-two,
    #intro_text_section .hpt-impact-text .hpt-impact-line-three {
        font-size: calc(var(--intro-hpt-impact-font-size) * 1.5);
    }
}

/* footer */
footer .copyright_text a {
    white-space: nowrap;
}