.funders-strip {
  min-height: 104px;
  padding: 24px clamp(20px, 5vw, 72px);
  background: #082f47;
  color: #c9e0ec;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.5vw, 34px);
  flex-wrap: wrap;
  font-family: "Lexend", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.funders-strip img {
  display: block;
  width: auto;
  height: 34px;
  max-width: 195px;
  object-fit: contain;
}

.funders-strip .logo-grs { max-width: 160px; }
.funders-strip .logo-egs { max-width: 150px; }
.funders-strip .logo-asuera { max-width: 165px; }

@media (max-width: 680px) {
  .funders-strip { gap: 20px; padding-block: 28px; }
  .funders-strip > span { width: 100%; text-align: center; }
  .funders-strip img { height: 29px; max-width: 170px; }
}
