.news-strip {
  width: 100%;
}
.news-strip .banner {
  padding: 100px 18%;
}
.news-strip .banner h2 {
  color: var(--White, #fff);
  font-family: Libre Franklin;
  font-size: 120px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  letter-spacing: -1.2px;
}
.news-strip .list {
  background: var(--Contrast-Green, #003a29);
  padding: 100px 0;
  position: relative;
}
.news-strip .list .foreground {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
}
.news-strip .list .foreground ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  list-style: none;
  padding-inline: 20px;
  width: 100%;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.news-strip .list .foreground ul li {
  scroll-snap-align: center;
}
.news-strip .list .foreground ul::-webkit-scrollbar {
  width: 0;
}
.news-strip .list .vector {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-strip .list .vector svg {
  width: 100%;
  height: 100%;
}
.news-strip .list .vector svg path {
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .news-strip .banner {
    background: linear-gradient(90deg, #003a29 0%, rgba(0, 58, 41, 0) 66.07%), url("https://s3-alpha-sig.figma.com/img/e2b2/b714/9d23fa478ae92e467d35727baae27a2d?Expires=1698624000&Signature=d3qjuvwuscKa19viuCoqsWNt7bY63wGMoXJ5O3i~mJgRo-hA6KGRMtHhbtqoItiICjbxacI~UkLZzpv30Ove69f9EphRVbPwmJuqIFF9CwB-1ojZOGFwmWvM9Bs0iacH1GC7z-aKthr2U2Uv817WKom6mnCwED-Swi8zDu5CzQyMbNQ31jPGbsnMXWpSyePXCRz8DTqNu1TpqyXQ1H2n~nZWgyvsjeJYrgluQGsezygkWkbJNBuYj1kSvO15Uir-KNu2Qwf4mEXV9CK~mS4IL~r~bVHqkoZ7R7bTPZaXX0cGn6-UF-tiSCFrmlcMw~M9qdebqsx44-Ut~ElZYhXPsA__&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4"), lightgray 50%/cover no-repeat;
    background-position: center;
    background-size: cover;
  }
  .news-strip .banner h2 {
    color: var(--White, #fff);
    font-family: Libre Franklin;
    font-size: 90px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    letter-spacing: -0.9px;
  }
  .news-strip .list .foreground ul {
    gap: 30px;
    justify-content: flex-start;
  }
  .news-strip .list .foreground ul li:first-child {
    margin-left: 330px; /* Add margin to the left for the first child */
  }
  .news-strip .list .foreground ul li:last-child {
    margin-right: 330px; /* Add margin to the right for the last child */
  }
  .news-strip .list .indexes {
    display: flex;
  }
}

/*# sourceMappingURL=newsStrip.css.map */
