
@media (max-width: 1000px) {
    footer > div:nth-of-type(2) {
        display: flex;
        flex-direction: column;
        gap: 5vh;
    }

    .footer-menus-content {
        display: none;
    }

    .responsive-footer-menus {
        display: flex;
        flex-direction: row;
    }
}
