footer#os-footer {
  margin-top: 5rem;
  display: flex;
  align-items: center;
}

footer#os-footer .os-footer-content {
  text-align: center;
  width: 100%;
}

footer#os-footer .os-footer-content > div {
  display: table;
  margin: 0 auto;
}

footer#os-footer .os-footer-content a {
  text-decoration: none;
  user-select: none;
}

footer#os-footer .os-footer-content p {
  margin: 0 0 0.75rem 0;
  color: var(--gin-color-text);
  text-decoration: none;
}

footer#os-footer .os-footer-content img {
  max-width: 240px;
  width: 100%;
  display: block;
}
