/* Logod peavad olema alati tervikuna nähtavad, mitte mõõdukasti järgi kärbitud. */
.brand-bridge img {
  width: min(300px, 100%);
  height: auto;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
}

.footer img {
  width: min(190px, 100%);
  height: auto;
  max-height: 54px;
  object-fit: contain;
  object-position: left center;
}

.contact-strip h2 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

@media (max-width: 650px) {
  .brand-bridge img {
    width: min(255px, 100%);
  }

  .contact-strip h2 {
    font-size: 1.35rem;
  }
}
