/* --- Footer --- */
footer {
    padding: 80px 0 40px;
    background: #212121;
    border-top: 1px solid #222;
}

.footer-link {
    /* color: #888; */
    color: white;
    transition: 0.3s;
    display: block;
    margin-bottom: 10px;
}

.footer-link:hover {
    color: var(--primary-red);
}

.footer-address-title {
    /* font-family: Lexend; */
    font-weight: 700;
    font-style: Bold;
    font-size: 14.9px;
    line-height: 14.96px;
    letter-spacing: 1px;
    vertical-align: middle;
}

.footer-address {
    max-width: 350px;
}

.footer-address p {
    margin-top: 0 !important;
        margin-bottom: 1rem;
}