.footer {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 48px;
    padding-left: 24px;
    padding-right: 24px;
}

.footer-div {
    gap: 8px;
    width: 100%;
    max-width: 1440px;
    display: flex;
    text-align: left;
}

.footer-ul {
    gap: 12px;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.footer-list {
    gap: 4px;
    display: flex;
    align-items: center;
}