footer {
    display: flex;
    background: var(--footer-color);
    height: 16.25vw;
    padding: 2.65625vw 3.75vw;
    width: 100%;
}

footer * {
    color: #FFF;
    font-size: 1.07vw;
    font-family: "Poppins Regular";
}

footer .footer-contact {
    width: 26.64vw;
    height: 9vw;
    align-self: flex-end;
    margin-right: 5.781vw;
    /*place-items: center;*/
}

footer .txt-bold {
    font-family: "Poppins Bold";
    cursor: none;
}

.footer-contact .footer-logo {
    width: 20.2vw;
}

.footer-contact .footer-icons {
    height: 1.875vw;
    margin-top: 2.5vw;
    display: flex;
}

.footer-contact .footer-icons img {
    width: 1.875vw;
    margin-right: 1.25vw;
    cursor: pointer;
}

footer .footer-links {
    width: 11.64vw;
    height: 100%;
    margin-right: 5.781vw;
}

footer .footer-locations {
    width: 19.75vw;
    height: 100%;
    margin-right: 5.781vw;
}

footer .footer-other {
    width: 18.28vw;
    height: 100%;
}

footer .footer-other .regular-12 span {
    color: #FFF;
}

.terms {
    text-decoration: underline;
    text-decoration-skip-ink: auto;
}

.footer-links div,
.footer-locations div {
    height: 1.5625vw;
    margin-bottom: 0.3125vw;
    cursor: pointer;
}