footer.page-footer ul.main-footer-menu li a{color: #212529 !important;}


footer .siteFooter__grid, footer .small.small {
    display: grid;
    width: 100%;
   color: #212529 !important;
}

footer .reset_a {
    color: #212529 !important;
}
footer .siteFooter__item {
    padding-inline: 1rem;
    font-size: 16px;
}
footer .siteFooter__grid img {
    height: 200px;
    object-fit: contain;
}
footer img, footer svg {
    vertical-align: middle;
}
footer .fw-bold {
    font-weight: 700 !important;
}
footer .mb-4 {
    margin-bottom: 1.5rem !important;
}
footer .h6{
    font-size: 16px;
}
footer.page-footer .footer-bottom .custom-block.f-right{
    text-align: left;
    margin-bottom: 10px;
}
.footer{
     margin: 25px 0px;
}
body footer.page-footer, footer .footer-bottom, body .page-wrapper footer.page-footer .footer-bottom .container{
    background-color: #e8e9ea;
}
body footer.page-footer{
    border-top: 24px solid #212529;
    border-bottom: 24px solid #212529;
}
footer .small.small{
    font-size: 14px;
}

@media screen and (min-width: 1200px) {
    footer .siteFooter__grid {
        grid-template-columns: repeat(4, 1fr);
    }
    body footer.page-footer .footer-bottom .container{
        max-width: 75%;
   }
    footer .siteFooter__item+.siteFooter__item {
        border-left: 3px solid #f9bb48;
    }
}