.why-join img{
    width: 100%;
}
.logo-partners {
    padding-bottom: 80px;
}
.banner-container {
    background-color: var(--black);
    background-image: url(/assets/img/eclipse-banner.svg);
    background-repeat: no-repeat;
    background-position: top right;
}
.group-logo.stack {
  max-width: 1000px;
  margin: 0 auto; /* center horizontally */
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  justify-items: center;
}

.group-logo.stack img {
  height: 48px;
  width: 100%;         /* scale logo to fill grid cell */
  max-width: 150px;    /* prevent huge logos, adjust as needed */
  object-fit: contain; /* keep logos proportional */
  display: block;
}

.about-membership-section.bg-black {
    background-image: url(/assets/img/eclipse-banner.svg);
    background-position: top right;
    background-repeat: no-repeat;

}
.why-join {
    background-image: url(/assets/img/eclipse-coral-right.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.slider-section.bg-white .slide-item .slide-content img.testimonial-logo {
    filter: none;
}
.slider-section .auth-img {
    width: 100%;
}
/* On mobile/tablet: exactly 2 columns */
@media (max-width: 767px) {
  .group-logo.stack {
    grid-template-columns: repeat(2, 1fr);
  }
  .group-logo.stack img {
    max-width: 100%;   /* logos scale nicely */
  }
}

@media all and (max-width: 768px){
    section:not(.page-banner) h2 span{
        line-height: 1 !important;
    }
    .container {
        padding: 0
    }
}
