footer.footer-top div.container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}

footer.footer-top div.container div.block--block-logo {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 372px) {
  footer.footer-top {
    overflow-x: hidden;
  }

  footer.footer-top div.container {
    align-items: center;
    flex-direction: column;
  }
}

