@media only screen and (max-width: 720px) {
    .nav_desc {
        height: auto;
        display: grid;
        align-items: center;
        grid-template-columns: 100px 400px;
    }
    }