.site-footer {
    background-color: #8A8656;
    color: #fff;
}
.footer-widgets {
    background: transparent;
    padding: 0;
    max-width: 100%;
}

.widget + .widget {
    margin-top: 2rem;
}

.footer-widgets-wrapper {
    padding: 4rem 0 1rem;
}

.footer-widgets-wrapper .widget-area {
    flex: inherit;
}
.widget-area.footer-widget-3 {
    margin-left: auto;
}
.widget-area.footer-widget-4 {
    width: 100%;
    text-align: right;
}
.site-footer  .widget_nav_menu  ul {
    display: flex;
    justify-content: flex-end;
    gap: 1.5rem;
}
.site-footer  .widget_nav_menu  ul li {
    margin-bottom: 0;
}
.site-footer  .widget_nav_menu  ul li a {
    text-decoration: none;
}

.site-info-wrapper {
    background: transparent;
}
/* footer .site-info-wrapper .wrapper:not(:empty) {
    padding: 20px 30px;
} */

.footer-line {
    padding: 0 50px;
}
.footer-line hr {
    margin: 0;
}


.social-footer {
    display: flex;
    gap: 1rem;
}
.social-footer .wp-block-image figure {
    margin: 0px;
}
.social-footer img {
    max-width: 28px;
}

@media (max-width: 768px) {
    .footer-widgets-wrapper {
        padding: 40px 10px;
        justify-content: center;
        align-items: center;
    }
    .footer-widgets-wrapper p {
        text-align: center;
    }
    .widget-area.footer-widget-3 {
        margin-left: 0px;
    }
}