@media screen and (min-width: 200px)and (max-width: 767px) {
    footer .nav-item {
        list-style-type: none;
    }
    .logo {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-top: 1rem;
    }
    .logo h1 {
        line-height: 34px;
        font-size: 24px;
    }
}