.custom-footer {
    background: var(--global-palette8);
    color: black;
    padding: 2rem;
    padding-top: 64px;
    font-family: sans-serif;
}

.footer-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    text-align: left;
    max-width: var(--global-content-width, 1290px);
    margin: 0 auto 2rem auto;
}

.footer-logo img {
    width: 350px;
    height: auto;
}


.footer-column h4 {
    color: var(--global-palette1);
    border-bottom: 2px solid var(--global-palette1);
    display: inline-block;
    margin-bottom: 1rem;
}

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

.footer-column ul li {
    margin-bottom: 0.5rem;
}

.footer-column a {
    color: black;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: var(--global-palette1);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    padding-top: 1rem;
    max-width: var(--global-content-width, 1290px);
    margin: 0 auto;
}

.footer-bottom-left {
    text-align: left;
}

.footer-bottom-right {
    text-align: right;
}

.footer-social a {
    display: inline-block;
    margin: 0 0.5rem;
}

.footer-social img {
    width: 20px;
    height: 20px;
}
