.footer-brand {
  align-items: center;
}
.footer-brand .et_pb_column {
  width: auto;
}
footer .menu-header_nav-container ul {
  justify-content: start;
}
footer .menu-header_nav-container ul li a {
  border-bottom: 0;
}
footer .copyright-bar {
  display: flex;
  align-items: baseline;
}
footer .copyright-bar .et_pb_column {
  width: auto;
  margin: 0;
}
footer .copyright-bar .et_pb_column:nth-child(2) {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 981px) {
  footer .menu-header_nav-container ul {
    justify-content: center;
  }
}
