footer#footer {
    background: #363530;
    padding-top: 0;
}

footer#footer .container.footer-rows {
  background: #363530;
  border-radius: 0;
}

footer#footer .container.footer-rows,
footer#footer .container.footer-rows a,
footer#footer .container.footer-rows span {
  color: #fff;
}

.container.footer-links-icons {
  display: none;
}


.footer-bottom {
    background-color: #363530;
    color: white;
}


.footer-bottom a {
    color: white;
}

:where(body.ums_page_element_headings--off) .footer-rows h4 {
    margin-bottom: 15px;
}


.footer-bottom {
    background-color: #363530;
    color: white;
    padding-bottom: 20px;
}

@media(min-width: 992px) and (max-width: 1199px){
  .row.custom-footer.elements-4 {
    margin-inline: 30px;
}
}

@media(min-width: 768px) and (max-width: 991px){
  .row.custom-footer.elements-4 {
    margin-inline: 20px;
}
}