@media screen and (max-width: 1200px) {
    #desktop-nav{
        display:none
    }
    #between-nav{
        display: flex;
    }
}

