.ac-footer-copyright {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}
.copyright-section .copyright-row-0-padding .span4 {
      display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
}
@media only screen and (max-width: 767px) {
  .ac-footer-copyright {
    justify-content: center;
    text-align: center;
  }
}