@media (max-width:435px) {
    .footer-container {
        display: flex;
        justify-content: center;
        padding: 40px;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }

    .footer-bottom {
        background-color: #4f2d14;
        padding: 15px 40px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 14px;
        align-content: center;
        align-items: center;
        flex-direction: column;
    }

    .bad {
        display: none;
    }

    .footer-column {
        width: 100%;
        min-width: 250px;
        padding: 30px;
    }

    .footer-column.center {
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
    }

    .footer-column ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bottom-links {
        gap: 30px;
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: row-reverse;
    }

    nav#navLinksH {
        background: #6b3f1de9;
        border: 4px solid #fff;
        border-radius: 20px;
        width: 80%;
        margin: 0 20px 0 0;
    }

    .nav-linksH a,
    .dropbtnH {
        color: #fff;
    }

    .dropdownH {
        width: 100%;
    }

    .dropdown-contentH {
        width: auto;
        background: var(--c2);
    }
    .col-footer {
    display: flex;
    flex-direction: column;
}
}