.footer {
    font-family: "Kumbh Sans", sans-serif;
    max-width: 1320px;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    /* background-color: #333; */
    /* color: white; */
    text-align: center;
    padding: 10px;
    border-top: 1px solid hsl(219, 9%, 45%);
    margin-top: 50px;
    bottom: 0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
}

.footer-item {
    /* display: flex; */
    /* justify-content: center; */
    align-items: center;
    gap: 15px;
}

.footer-item ul {
    font-size: 1rem;
    text-decoration: none;
    list-style-type: none;
    margin-top: 10px;
}

.footer-item ul li {
    margin: 5px;
}

@media (max-width: 768px) {
    .footer-item {
        gap: 15px;

    }
    .footer-item ul {
        text-decoration: none;
        list-style-type: none;
        font-size: 0.8rem;
        margin-top: 10px;
    }
}