/* Footer */


.site-primary-footer-wrap  .widget-title,
.site-footer-primary-section-4 .widget_block .wp-block-heading {
    font-weight: 700;
    letter-spacing: 4.2px;
    font-family: Inter, sans-serif;
}

.widget_nav_menu li {
    margin-top: 24px;
    font-weight: 300;
}

.widget_nav_menu li a:focus {
    outline: none;
}

.site-below-footer-wrap  .site-footer-below-section-2 {
    display: flex !important;
    justify-content: center;
    gap: 40px;
    text-transform: uppercase;
    letter-spacing: 3.6px;
}

.site-below-footer-wrap .site-footer-below-section-2 .ast-footer-html-1 {
    margin-bottom: 0;
}

.ast-footer-copyright {
    letter-spacing: 3.6px;
}

.site-footer-primary-section-1 .wp-block-heading {
    font-weight: 700;
    letter-spacing: 3.6px;
}

.site-primary-footer-inner-wrap {
    border-bottom: 1px solid #ffffff0d !important;
    padding-bottom: 5em;
}

.site-below-footer-wrap .ast-builder-grid-row {
    display: flex !important;
    align-items: center;
}

.site-footer-below-section-1 {
    margin-right: auto;
}

@media (max-width:767px) {
    .site-primary-footer-inner-wrap {
        padding-bottom: 3em;
    }

    .ast-footer-copyright,
    .site-below-footer-wrap .site-footer-below-section-2 .ast-builder-html-element {
        text-align: left;
        font-size: 12px;
    }

    .site-below-footer-wrap .ast-builder-grid-row {
        flex-direction: column;
    }
}