.footer-grid > * {
  min-width: 0;
}

.footer-grid > div {
  flex-wrap: wrap;
}

.footer-bottom > span {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.footer-bottom a {
  font-weight: 700;
}

@media (max-width: 760px) {
  .footer-grid,
  .footer-grid > div,
  .footer-bottom {
    width: 100%;
    max-width: 100%;
  }

  .footer-grid > div {
    justify-content: flex-start;
    gap: 12px 18px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 9px;
  }
}
