.site-footer {
    background: var(--ast-global-color-2);
}
 
.site-footer-primary-section-2 .footer-widget-area section:first-child,
.site-footer-primary-section-3 .footer-widget-area section:first-child {
    margin-bottom: 10px;
} 

.site-footer-primary-section-2 .footer-widget-area .widget_nav_menu ul.menu li a,
.site-footer-primary-section-3 .footer-widget-area .widget_nav_menu ul.menu li a,
.site-footer-primary-section-2 .footer-widget-area .widget_nav_menu ul.menu li a:hover,
.site-footer-primary-section-3 .footer-widget-area .widget_nav_menu ul.menu li a:hover {
    color: var(--ast-global-color-5);
}

.site-footer .site-footer-primary-section-4 .footer-widget-area .footer-phone a {
    display: flex;
    align-items: center;
}

.site-footer .site-footer-primary-section-4 .footer-widget-area .footer-phone a svg
{
    width: 16px;
    height: 16px;
    margin-right: 7px;
} 

.site-footer .site-footer-primary-section-4 .footer-widget-area .footer-phone a svg,
.site-footer .site-footer-primary-section-4 .footer-widget-area .footer-phone a:hover svg {
    fill: var(--ast-global-color-1);
}

.site-footer .site-footer-primary-section-4 .footer-widget-area .footer-phone a {
    color: var(--ast-global-color-5);
}

.site-footer .site-footer-primary-section-4 .footer-widget-area .footer-address {
    line-height: 1.3;
    margin: 10px 0 0;
    font-style: normal;
    color: var(--ast-global-color-5);
}

@media screen and (max-width: 1150px) {
    .site-footer-primary-section-1,
    .site-footer-primary-section-2, 
    .site-footer-primary-section-3, 
    .site-footer-primary-section-4 {
        display: flex !important;
        justify-content: center;
    }

    .site-footer-primary-section-1 .wp-block-uagb-image.alignleft{
        margin-right: 0;
    }

    .site-footer-primary-section-1,
    .site-footer-primary-section-2, 
    .site-footer-primary-section-3 {
        margin-bottom: 25px !important;
    } 

    .site-footer-primary-section-2 .widget, 
    .site-footer-primary-section-3 .widget,
    .site-footer-primary-section-4 .footer-address {
        text-align: center;
    }

    .site-footer-primary-section-2 .footer-widget-area section:first-child,
    .site-footer-primary-section-3 .footer-widget-area section:first-child {
        margin-bottom: 0;
    } 

    .site-footer-primary-section-4 .footer-phone a {
        justify-content: center;
    }
}


@media screen and (max-width: 767px){
    .site-footer .site-primary-footer-wrap .site-primary-footer-inner-wrap.ast-builder-grid-row,
    .site-footer .site-below-footer-wrap .site-below-footer-inner-wrap.ast-builder-grid-row {
        padding-left: 0;
        padding-right: 0;
    }

    .site-footer .site-below-footer-wrap .site-below-footer-inner-wrap.ast-builder-grid-row {
        display: flex;
        justify-content: space-between;
    }

    .site-footer h6 {
        font-size: 17px;
    }
}