footer {
    z-index: 0;
}
footer .footer-upper .footer-links ul li a {
    padding: 0;
    margin: 0;
}
footer .footer-upper .footer-links .tagcloud ul {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    gap: 2px 1px;
}

footer .footer-upper .footer-links .tagcloud ul li {
    margin-bottom: 0;
}
footer .footer-upper .footer-links .tagcloud ul a {
    margin-bottom: 0.5rem !important;
    background: #fff !important;
    color: #3f3f3f !important;
    padding: 0.5rem !important;
}
footer .footer-upper .footer-links .tagcloud a:hover {
    color: #fff !important;
}
footer.footermain::before {
    background: #181d20 url(../../img/testimonial.png) !important;
}
