@media only screen and (max-width: 1024px){
    #header-mobile{
        display: block;
    }
    #header-desktop{
        display: none;
    }
    main{
        margin-top: -47px;
    }
    .blink_me i {
        position: absolute;
        bottom: -58px;
    }
    .margin-2 {
        margin-bottom: 5rem!important;
        margin-top: 5rem!important;
    }
    .list-bg-content {
        padding-left: 37px;
    }
    .title-bg-content h2 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 769px){
    footer a {
        width: 100%;
    }
    footer a .logo {
        margin: 0 auto;
    }
    .text-muted {
        text-align: center;
    }
    .inner-page, .inner-page-2 {
         margin-left: 0px; 
    }
}

@media only screen and (max-width: 426px){
    .footer-nav {
        flex-wrap: wrap;
    }
}