.logosHorizontalLight-wrapper {
  position: relative
}
.logosHorizontalLight-title h3 {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}
.logosHorizontalLight-slideshow p {
  font-family: 'Gilroy';
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 500;
}
.logosHorizontalLight-image {
  width: 116px;
  margin-right: 8px;
}
.logosHorizontalLight-link {
  text-align: center;
}

/* Horizotal Scroll */
.logosHorizontalLight-slideshow {
  display: flex;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  margin-top: 0;
  background-color: transparent;
  margin-bottom: 18px;
}
@keyframes is--scrolling {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.is--scrolling {
  white-space: nowrap;
  will-change: transform;
  animation: is--scrolling 50s linear infinite;
  /* manipulate the speed of the marquee by changing "40s" line above*/
}
.logosHorizontalLight-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .logosHorizontalLight-title h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .logosHorizontalLight-title h3 {
    margin-bottom: 32px;
  }
  .logosHorizontalLight-image {
    width: 145px;
    margin-right: 24px;
  }
}

@media (min-width: 992px) {
  .logosHorizontalLight-slideshow {
    margin-bottom: 48px;
  }
  .logosHorizontalLight-title h3 {
    margin-bottom: 56px;
  }
  .logosHorizontalLight-image {
    margin-right: 64px;
  }
}