.btn-mobile {
    display: none;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
}


@media(min-width:770px){
    nav{
        padding: 2;
        margin-left: 20rem;
        margin-right: 20rem;
    }
}

@media (max-width: 770px) {
    nav {
        display: flex;
        flex-direction: row;
        margin: .5rem;
                flex-direction: column;
    }

    .header-icons {
        width: 100%;
        justify-content: center;
    }

    header .top-info {
        display: none !important;
    }

    .btn-mobile {
        display: block;
        margin-top: 1rem;
    }


    #links {
        display: none !important; 
    }

    .footer-mobile {
        text-align: left;
    }

    .comment-container {
        padding: 1rem;
    }

    .comment-container {
        position: relative;
        font-style: italic;
        color: #333;
        font-size: 16px;
        line-height: 1.6;

        width: 370px;
    }

    .comment-container::before,
    .comment-container::after {
        position: absolute;
        font-family: Georgia, serif;
        font-size: 60px;
        color: #ccc;
        font-weight: bold;
        font-style: normal;
        user-select: none;
    }

    .comment-container::before {
        content: "“";
        margin-left: 20px;
        margin-top: 25px;
        z-index: 9999999;

    }

    .contacts-text{
        max-width: none !important;
        display: flex;
        gap: 1.5rem;
        flex-direction: column;
        justify-content: space-evenly;
        color: #00695c;
        font-weight: bold;
    }

    .contacts-text span{
        font-size: 16px;
    }

    .contacts-text span{
            font-weight: 400;
            font-size: 16px;
        }



}

@media (min-width: 509px){
    .btn-mobile{
        display: block !important;
        margin: 0;
    }
}