.zfooter_panel_list {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 5px;
    flex-wrap: wrap;
    flex-direction: column;
}

.zfooter_main_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px
}

.zfooter_bottom {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -.01em;
}

.zfooter_bottom a {
    color: #fff;
    opacity: .3
}