footer {
    background: var(--white);
    padding: 80px 0 40px;
}

.footer-grid {
    display: flex;
    flex-direction: column;
}

.footer-info p {
    display: flex;
}

.footer-nap {
    margin-bottom: 20px;
}

.footer-nap p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.4;
}

.footer-nap p strong {
    font-weight: 600;
    color: var(--black);
}

.footer-last {
    display: flex;
    margin-top: 40px;
}

.footer-logo svg {
    width: 260px;
    height: auto;
}

.footer-nap p {
    display: flex;
    gap: 5px;
}

.footer-nap p a {
    color: var(--black);
}