.home-footer-carousel {
  border-top: 1px solid var(--color-primary);
}

.home-footer-carousel .carousel {
  white-space: nowrap;
  will-change: transform;
}

.home-footer-carousel .carousel-item {
  flex-shrink: 0;
  width: 1020px;
}

.home-footer-carousel .carousel-item h2 {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #9CADA6;
  color: transparent;
}

.home-footer-carousel .carousel-item:nth-child(even) h2 {
  -webkit-text-stroke-color: #C0FF04;
}

@media screen and (max-width: 767px) {
  .home-footer-carousel .carousel-item {
    width: 580px;
  }
  
  .home-footer-carousel .carousel-item h2 {
    font-size: 72px;
  }
} 