.site-footer__bottom,
.site-footer__menus {
    background-color: #DFF4E3;
}
.site-footer__menus {
    padding-top: 40px;
}

.site-footer__menus *:first-child,
.site-footer__bottom *:first-child {
    margin-top: 0;
}
.site-footer__menus *:last-child,
.site-footer__bottom *:last-child {
    margin-bottom: 0;
}
.footer-logo {
    max-width: 166px;
    margin-bottom: 24px;
}
.footer-social ul{
    display: flex;
    align-items: center;
}
.site-footer__menus .footer-social ul li {
    width: 40px;
    height: 42px;
    margin: 0 16px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social h4 {
    font-family: Barlow;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #028A1B;
    margin-bottom: 16px;
}
.footer-info-text {
    margin-bottom:24px;
}
.footer-info-text p {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.footer-menus .mb--20.fs--20.font--barlow.color--green.font-weight-bold {
    font-family: Barlow;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #028A1B;
    margin-bottom: 16px;
}
.footer-menus ul li {
    margin: 0 0 10px;
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color:#333333;
}
.footer-menus-row {
    padding: 27px 0 27px 30px;
}
.footer-menus {
    padding: 0 15px 0 0;
}
.footer-logo-social {
    padding: 0 0 0 15px;
}
.footer-legal {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .site-footer__misc {
    background: none !important;
    padding: 0;
    display: flex;
    align-items: center;
    gap:12px;
}
.site-footer__misc a{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-about-us {
    padding: 0px 12px 0 40px;
}
.site-footer__bottom  .footer-legal-row {
    margin-bottom:40px;
}
.footer-mobile-bg {
    display:none;
}
/* Responsive */
@media only screen and (max-width: 768px) { 
    .footer-menus-row{
        padding:0;
    }
    .footer-menus {
        padding: 0px 18px 0 12px;
    }
    footer .site-footer__bottom {
        position: relative;
        padding-top: 18vw !important;
        background-image: none !important;
    }
    .row.footer-legal-row {        
        background: #11b628;
        margin-bottom: 0;
        padding-bottom: 40px;
        position: relative;
    }
    .footer-bottom-container{
        position:relative;
    }
    .footer-mobile-bg {
        display:inline-block;
        position: absolute;
        width: 100%;
        background: #dff4e3;
        padding: 0;
        top: 0;
    }
    .footer-legal {
        justify-content: left;
        margin-bottom: 16px;
    }
    .footer-menus-row .col-md-3 {
        margin-bottom: 16px;
    }
    .footer-about-us {
        padding: 0 15px;
    }
    .footer-menus ul li:last-child{
        margin-bottom: 16px;
    }
    .footer-menus ul li {
        margin-bottom: 10px;
    }
    .site-footer__menus .footer-social{
        margin-bottom: 16px;
        display: inline-block;
    }
}