.footer-owner-sign {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 12px 0 14px;
  display: flex;
  justify-content: center;
}

.footer-owner-sign img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--wash);
}

.footer-inner a,
.footer-inner p {
  overflow-wrap: anywhere;
}
