.featured-customers {
  h2, h3 {
    margin: 0;
  }

  .featured-customers__heading {
    margin-bottom: 2.5rem;
  }

  .featured-customers__logos {
    gap: 15px;
  }

  .featured-customers__logos_logo {
      aspect-ratio: 16/9;
      height: 120px;

      img {
        max-width: 120px;
        max-height: 100%;
        object-fit: contain;
        aspect-ratio: 1/1;
      }

  }
}