@media (max-width: 64rem) {
    .heroSection__content .appNavigation {
        display: none;
    }

    .heroSection__content .drawerToggle {
        display: block;
    }

    .drawerToggle.mobileDisplay {
        display: none;
    }

    .features .featureList .featureItem {
        width: calc(100% / 2.3);
    }

    #contact .formContainer {
        width: 80%;
        padding: 2rem;
    }

    #drawer .drawerContent .appBrand {
        margin-bottom: 24px;
    }
}