.margin-medium { 
  margin: 2rem;
}
.margin-bottom { 
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-align-center { 
  text-align: left;
  width: 100%;
}

.logo-wrapper { 
  display: flex;
  align-items: center;
  will-change: transform;
}
.logo-list { 
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}
.section-home-logos { 
  background-color: #fff;
  overflow: clip;
}
.logo-component { 
  position: relative;
  overflow: hidden;
  padding-top: 40px
}

.logo-left-overlay { 
  position: absolute;
  inset: 0% auto 0% -.5%;
  width: 6rem;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.logo-right-overlay { 
  position: absolute;
  inset: 0% -.5% 0% auto;
  width: 6rem;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.text-block-13 { 
  color: var(--blue);
  font-family: var(--_website---font-family);
  padding-bottom: 10px;
  font-weight: 600;
}

  .logo-item { 
    justify-content: center;
    align-items: flex-start;
  }
  .logo-item-image { 
    max-height: 1.8rem;
  }
  .logo-list { 
    justify-content: center;
  }

  @media screen and (max-width: 479px) {
  .logo-item { 
    justify-content: center;
    align-items: flex-start;
  }
  .logo-item-image { 
    max-height: 1.8rem;
  }
  .logo-list { 
    justify-content: center;
  }
}