@media screen and (min-width: 901px) {
    .footer-mobile-socialicons {
        display: none;
    }
}

@media screen and (max-width: 900px) {

    /* 
    -------------------------------------------------------------------------------
    FOOTER
    ------------------------------------------------------------------------------- 
    */

    .footer-section-2-2 {
        justify-content: center;
    }

    .footer-section-1 .heading-1 {
        width: 100%;
    }

    .footer-section-1 .heading-1 h1 {
        font-size: 20px;
    }

    .footer-section-1 .heading-2 {
        width: 100%;
    }

    .footer-section-1 .heading-2 {
        text-align: center;
    }


    .footer-section-1 .heading-2 img {
        width: 100%;
        max-width: 400px;
    }

    .footer-section-1 {
        padding: 10px;
    }

    .footer-button-p {
        padding-bottom: 50px;
    }
    
    /* Footer section 2 */
    
    .footer-navigation {
        width: 100%;
        text-align: center;
    }
    
    .footer-navigation ul {
        margin-bottom: 50px;
        text-align: left;
        margin-left: 10px;
        list-style: none;
    }

    .footer-navigation li {
        display: list-item;
        padding: 10px;
    }
    
    .footer-navigation a {
        color: #353535;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration: none;
    }
    
    .footer-socialicons {
        display: none;
    }
    
    .footer-copyright {
        width: 100%;
        text-align: center;
    }

    .footer-copyright p {
        line-height: 24px;
    }

    .footer-mobile-socialicons ul {
        list-style: none;
        display: grid;
        justify-content: center;
        place-items: center;
        /*grid-template-columns: 50px 50px;*/
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer-mobile-socialicons img {
        width: 40px;
    }
}