section.slider-hero {
  overflow: hidden;
  margin-top: 6.25rem;
}
section.slider-hero h1 {
  font: var(--quote-font);
  font-style: italic;
  max-width: 47.0625rem !important;
}
section.slider-hero .logo-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.3125rem;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
}
section.slider-hero .logo-slider li {
  list-style-type: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
section.slider-hero .logo-slider li.big-landscape {
  aspect-ratio: 542/360;
  width: 33.875rem;
  height: 22.5rem;
}
section.slider-hero .logo-slider li.big-portrait {
  aspect-ratio: 360/542;
  width: 22.5rem;
  height: 33.875rem;
}
section.slider-hero .logo-slider li.small-landscape {
  aspect-ratio: 360/240;
  width: 22.5rem;
  height: 15rem;
}
section.slider-hero .logo-slider li.small-portrait {
  aspect-ratio: 360/240;
  width: 15rem;
  height: 21.25rem;
}
section.slider-hero .logo-slider li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  user-drag: none;
  -webkit-user-drag: none;
}