.footer-area {
    background-color: var(--primary-color);
    color: var(--text-white-color);
    padding: 18px;
    /* justify-content: space-around; */
 }

.container.footer-area {
    max-width: 1000px;
}

.footer-logo {
    gap: 16px;

}

.footer-info {
    width: 100%;
    max-width: 340px;
    max-height: 96px;
    object-fit: scale-down;
}

span.logo-name {
    font-family: var(--font-family-noto_serif_tc);
}

p.company-address {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

span.join-line {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}

a:hover.footer-privacy {
    color: var(--text-white-color);
}