/* Partner / about logo cards — fill the slot (override baked Astro CSS). */
.partner,
.about-logo {
  padding: 0.35rem 0.5rem !important;
}
.partner img,
.about-logo img {
  max-width: 98% !important;
  max-height: 90% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}
