.footer-navigation {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    background-color: #ededed;
}

.footer-navigation .list {
    min-width: 292px;
    max-width: 292px;
}


.footer-navigation h2 {
    font-size: 22px !important;
    font-weight: 600 !important;
    letter-spacing: 0px !important;
    text-transform: none !important;
    color: #4a6d36 !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    line-height: 28px !important;
}

.footer-navigation .flex-content {
    max-width: 1264px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    padding: 0 16px;
    margin: 0 auto;
}

.footer-navigation .wp-block-group{
    margin-bottom: 12px !important;
}

.footer-navigation figure {
    margin-bottom: 4px !important;
    line-height: 0;
  }

@media (max-width: 1264px) {
    .footer-navigation .list {
        padding: 0;
        justify-content: center;
        max-width: unset;
    }
    .footer-navigation {
        padding-bottom: 40px;
    }

}

a {
    color:#4a6d36;
    transition:color .3s ease;
}

a:hover {
    color:#85bf35!important;
}

p:last-child {
    margin-bottom:0!important;
}