
.footer .footer-columns {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    align-items: flex-start;
    clear: both;
    width: 100%;
}

.footer .footer-column {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
    box-sizing: border-box;
    padding-right: 0;
}

.footer-title {
    font-weight: 600;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.footer .footer-column p {
    margin: 0 0 8px;
}

.footer .footer-column .links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .footer-column .links li {
    margin: 0 0 6px;
}

@media (max-width: 992px) {
    .footer .footer-columns {
        flex-wrap: wrap;
    }

    .footer .footer-column {
        flex: 0 0 100%;
    }
}
