footer#footer {
    background-color: var(--brightwork-polish-black-1);
}

footer#footer #section-footer-main * {
    color: var(--brightwork-polish-white-1);
}

footer#footer #section-footer-main p {
    font-size: 16px;
}

footer#footer #section-footer-main .footer-socials-wrapper img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    object-position: center center;
}

footer#footer #section-footer-main .footer-links h4 {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 40px;
}

footer#footer #section-footer-main .footer-links a {
    display: block;
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
    margin-bottom: 24px;
}

footer#footer #section-footer-main .footer-links a:hover {
    text-decoration: underline;
}

footer#footer #section-footer-bottom span,
footer#footer #section-footer-bottom a {
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FBFBFB99;
}

footer#footer #section-footer-bottom a {
    text-decoration: none;
}

footer#footer #section-footer-bottom a:hover {
    text-decoration: underline;
}