.jmf-footer-banners-wrapper {
  background: #2e2e2e;
  padding: 24px 0;
  margin-top: 0;
}

.jmf-footer-banners {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
}

.jmf-footer-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jmf-footer-banner-legal {
  max-width: 1200px;
  margin: 16px auto 0;
  padding: 0 24px;
  width: 100%;
  text-align: center;
}

.jmf-footer-banner-text {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

.jmf-footer-banner img {
  display: block;
  width: 100%;
  max-height: 120px;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

@media (max-width: 767px) {
  .jmf-footer-banners {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }

  .jmf-footer-banner-legal {
    padding: 0 16px;
  }

  .jmf-footer-banner img {
    max-height: 90px;
  }
}
