body .footer{
    background-color: yellow;
    color: black;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
    font-weight: 300;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

body .footer .header-footer{
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    column-gap: 3rem;
    place-items: center;
}

body .footer .header-footer .quick-links-1{
    display: flex;
    flex-direction: column;
}

body .footer .header-footer .quick-links-2{
    display: flex;
    flex-direction: column;
}

body .footer .header-footer .quick-links-1 a{
    text-decoration: none;
    color: black;
}

body .footer .header-footer .quick-links-2 a{
    text-decoration: none;
    color: black;
}

body .footer .foot-footer{
    text-align: center;
}

#footer-mobile-heading{
    display: none;
}

@media screen and (max-width: 600px){
    body .footer .header-footer{
        grid-template-columns: auto;
    }

    body .footer .header-footer .footer-school .logo-footer{
        margin-left: auto;
        margin-right: auto;
        width: 40%;
    }

    body .footer .header-footer .footer-school .school-moto{
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }

    #footer-mobile-heading{
        display: block;
        margin-top: 1rem;
        margin-bottom: 1rem;
        text-decoration: underline;
    }

    body .footer .header-footer .quick-links-1{
        gap: 0.6rem;
    }

    body .footer .header-footer .quick-links-2{
        margin-top: 0.6rem;
        gap: 0.6rem;
    }

    body .footer .header-footer .Location{
        margin-top: 0.6rem;
        margin-bottom: 0.6rem;
    }

    body .footer .header-footer .Location span{
        text-decoration: underline;
    }

    body .footer .header-footer .socials{
        margin-top: 0.6rem;
    }

    body .footer .header-footer .socials p{
        font-size: large;
        text-decoration: underline;
    }
}
