/* ==================================================
   FOOTER
================================================== */

.footer {
    padding: 45px 0;
    color: rgba(255, 255, 255, 0.72);
    background-color: var(--navy-950);
}

.footer-content {
    display: grid;
    align-items: start;
    grid-template-columns: 1.2fr 0.7fr 0.8fr;
    gap: 35px;
}

.footer strong {
    display: block;
    margin-bottom: 9px;
    color: var(--white);
}

.footer p,
.footer a {
    max-width: 580px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    line-height: 1.65;
}

.footer a {
    display: inline-block;
    margin-bottom: 7px;
    color: var(--white);
    font-weight: 700;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-contact {
    display: flex;
    flex-direction: column;
}
