@media only screen and (max-width: 1000px) {
    .container-lg-m {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        overflow: hidden;
    }

    .hamburger {
        display: block;
    }

    header {
        height: 60px;
        background: #003664;
    }

    header .menu, .languages {
        display: none;
    }

    .logo {
        padding: 7px 0 0 10px;
    }

    .home-carousel .txtContent {
        position: relative;
        color: #000;
        left: 0;
        top: 3px;
    }

    .home-carousel h1 {
        font-size: 37px;
    }

    .home-carousel p {
        font-size: 12px;
        width: 100%;
        line-height: 20px;
    }

    .footer-top-container {
        display: block !important;
    }

    .footer-left-logo {
        width: 61% !important;
    }
    .footer-top-container {
        padding: 0;
    }

    .footer-top-col-second {
        margin-top: 2rem;
    }

    .footer-menu-text {
        font-size: 18px;
    }

    .footer-bottom-data-desktop {
        display: none;
    }

    .footer-bottom-data-mobile {
        display: block;
    }
}