footer li a {
    color: white;
    text-transform: uppercase;
}

footer .site-primary-footer-inner-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px !important;
    margin: 30px auto;
}

footer .site-footer-primary-section-1 ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 25px;
}

footer .site-footer-primary-section-2 img {
    max-width: 120px !important;
}

footer .site-footer-primary-section-3 ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 25px;
}