.home .logos {
  padding: 90px 15px 73px;
}
.home .logos .listing {
  margin-bottom: 70px;
}

.logos {
  width: 100%;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 15px;
  text-align: center;
}
.logos .heading {
  margin-bottom: 15px;
}
.logos .listing .grid {
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-auto-flow: row;
  gap: 15px;
  max-width: 1014px;
  margin: 0 auto;
  justify-content: space-between;
}
@media (min-width: 460px) {
  .logos .listing .grid {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 767px) {
  .logos .listing .grid {
    gap: 30px;
  }
}
.logos .listing .grid.span-two {
  justify-content: center;
  gap: 25px;
  width: auto;
}
@media (min-width: 460px) {
  .logos .listing .grid.span-two {
    grid-template-columns: repeat(2, auto);
  }
}
.logos .listing .grid.span-three {
  justify-content: center;
  gap: 25px;
  width: auto;
}
@media (min-width: 460px) {
  .logos .listing .grid.span-three {
    grid-template-columns: repeat(3, auto);
  }
}
.logos .listing .grid.span-four {
  grid-template-columns: repeat(3, auto);
  gap: 25px;
  justify-content: center;
  width: auto;
}
@media (min-width: 1024px) {
  .logos .listing .grid.span-four {
    grid-template-columns: repeat(4, auto);
  }
}
.logos .listing .grid.span-five {
  grid-template-columns: repeat(3, auto);
  gap: 25px;
  justify-content: center;
  width: auto;
}
@media (min-width: 1024px) {
  .logos .listing .grid.span-five {
    grid-template-columns: repeat(5, auto);
  }
}
.logos .listing .grid.span-six {
  grid-template-columns: repeat(3, auto);
  gap: 25px;
  justify-content: center;
  width: auto;
}
@media (min-width: 1024px) {
  .logos .listing .grid.span-six {
    grid-template-columns: repeat(6, auto);
  }
}
.logos .listing .grid.span-two .item, .logos .listing .grid.span-three .item, .logos .listing .grid.span-four .item, .logos .listing .grid.span-five .item, .logos .listing .grid.span-six .item {
  height: 100%;
  justify-content: center;
}
.logos .listing .grid.span-two .item img, .logos .listing .grid.span-three .item img, .logos .listing .grid.span-four .item img, .logos .listing .grid.span-five .item img, .logos .listing .grid.span-six .item img {
  max-width: 145px;
  height: auto;
  width: 100%;
}
.logos .listing .item {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.logos .listing .photo {
  max-width: 100%;
  max-height: 155px;
  width: 100%;
  text-align: center;
}
.logos .listing img {
  filter: grayscale(100%);
  opacity: 0.5;
  max-width: 100%;
  max-height: 100px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.logos .listing .logo-slider {
  width: 100%;
  padding: 0 15px;
  position: relative;
}
.logos .listing .logo-slider .glide__track {
  overflow: hidden;
  width: 100%;
}
.logos .listing .logo-slider .glide__track .slider__slides {
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  transform-style: preserve-3d;
  overflow: hidden;
  position: relative;
  backface-visibility: hidden;
  align-items: center;
}
.logos .listing .logo-slider .glide__track .slider__slides .item {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
}
.logos .listing .logo-slider .photo {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.logos .listing .logo-slider img {
  max-width: 240px;
  object-fit: scale-down;
}