@media only screen and (max-width: 800px) {

    .nav_desc {
        height: auto;
        display: grid;
        align-items: center;
        grid-template-columns: 100px 400px;
    }
    }