.logos-showcase{
  width:100%;

  @media (width < 1024px){
    padding-inline:var(--space-lg);
  }

  @media (width >= 1024px){
    padding-inline:var(--space-xl);
  }

  .logos-showcase__header{
    align-items:center;
    display:flex;
    justify-content:center;
    width:100%;

    @media (width < 1024px){
      -moz-column-gap:var(--space-lg);
      column-gap:var(--space-lg);
      flex-direction:row;
    }

    @media (width >= 1024px){
      flex-direction:column;
      row-gap:var(--space-lg);
    }
  }

  .logos-showcase__content{
    align-items:center;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    gap:var(--space-lg);
    justify-content:center;
    width:100%;
  }
}
