@media screen and (max-width: 768px) {
    .hero-heading {
        font-size: 50px;
        /* font-family: var(--heading-text); */
    }

    .heading {
        /* font-family: var(--heading-text); */
        font-size: 2rem;
    }

    .mt-offset {
        margin-top: unset;
    }

    .waitlist-header {
        height: 160px;
    }
}