@media (max-width: 768px) {
    /* mobile/tablet styles */
    html {
        font-size: 2.8vw;
        line-height: 2rem;
    }

    .site-shell {
        flex-direction: column;
        columns: 1;
    }

    .left-box {
        width: 100%;
        height: 50vh;
        align-items: center;
        justify-content: center;

        margin-left: 0;
    }

    .hero {
        max-width: 100vw;
        width: 100vw;
        height: 50vh;
        align-items: center;
        padding: 8vw;
        text-align: center;
    }

    .hero-title {
        font-size: 3rem;
        line-height: 80px;
        
        margin-top: 0;
    }

    .hero-text {
        font-size: 1rem;
        color: var(--color-text);
        margin: 0.8rem 0;
    }


    .right-box {
        width: 100%;
        height: 50vh;
    }

    .logo {
        align-self: center;
        margin: auto;
    }

    .nav {
        display: none;
    }





}
