.filing-footer {
  bottom: 4px;
  justify-content: flex-end;
  text-align: right;
}

@media (min-width: 1024px) {
  .filing-footer {
    bottom: 8px;
    justify-content: center;
    text-align: center;
  }
}
