#grid-footer
{
    display: grid;
    grid-template-columns: repeat(4, 16rem);
    width: 100%;
    height: 14rem;
    background-color: #1A1A1A;
    color: white;
    box-sizing: border-box;
    padding: 2rem 3.8rem;
    font-size: 0.7rem;
    font-family: 'Inter';
}

#grid-footer .footer-links ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#grid-footer .footer-links ul > li
{
    margin-block: 0.3rem;
}

#grid-footer a:any-link
{
    text-decoration: none;
    color: white;
}
#grid-footer  h4
{
    margin-top: 0;
}

.whatsapp-num
{
    margin-top: 1rem !important;
}
.whatsapp-num::before
{
    position: relative;
    content: url('./images/whatsappIcon.png');
    margin-right: 0.4rem;
    left: 5px;
}
.location::before
{
    position: relative;
    font-family: 'Material Icons';
    content: '\e55e'; 
    font-size: 25px;
    top: 5px;
    margin-right: 0.4rem;
}

.instagram-username::before,
.facebook-username::before
{
    position: relative;
    margin-right: 0.4rem;
    top: 0.2rem;
}
.instagram-username::before
{
    content: url('./images/Instagram-black.svg');
}
.facebook-username::before
{
    content: url('./images/Facebook.png');
}