.footer-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap; /* allows wrap on smaller screens */
}

.footer-image {
  width: 480px;
  max-width: 100%;
  height: auto;
  display: block;
}

.footer-text {
  flex: 1;
  font-size: 10pt;
  color: #333;
  text-align: left;
  max-width: calc(960px - 500px); /* image width + gap buffer */
}
