footer {
    width: 100%;
    background-color: #fff;
    padding: 107px 20px 32px 20px;
}

footer .footerInner {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

footer .footerRow {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    gap: 80px;
    padding: 10px 0 164px 0;
}

footer .footerRow .footerCol:first-child {
    max-width: 20%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 19px;
}

#social-icons svg {
    background-color: #000;
    fill: #fff;
    padding: 12px;
    height: 40px;
    border-radius: 60px;
    width: 40px;
}

#social-icons a {
    text-decoration: none;
}

footer .footerRow .footerCol:nth-child(2) {
    max-width: 30%;
}

footer .footerRow .footerCol:nth-child(3) {
    max-width: 20%;
}

footer .footerRow .footerCol:nth-child(3) ul {
    align-items: end;
}


footer .footerRow .footerCol:first-child p {
    color: #000;
    margin: 0;

    font-family: Inter;
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0%;
}

footer .footerRow .footerCol ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 2px;
}

footer .footerRow .footerCol ul li {
    list-style: none;
}

footer .footerRow .footerCol ul li a {
    text-decoration: none;
    font-family: Inter;
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000;
    margin: 0;
}

@media (max-width: 992px) {
    footer {
        padding: 60px 20px 22px 20px;
    }

    footer .footerRow {
        display: block;
        justify-items: center;
        padding: 20px;
    }

    footer .footerInner div {
        justify-items: center;
    }

    footer .footerRow .footerCol {
        text-align: center;
        width: 100% !important;
        max-width: 100% !important;
        align-items: center !important;
    }

    footer .footerRow .footerCol ul,
    footer .footerRow .footerCol:nth-child(3) ul {
        align-items: center;
    }

}
