.splide__slide {
  position: relative;
}

.splide__slide img {
  width: 100%;
  height: 72vh;
  min-height: 420px;
  object-fit: cover;
}

.s-fade-txt {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 8vw;
  background: linear-gradient(90deg, rgba(6, 24, 38, 0.82) 0%, rgba(6, 24, 38, 0.46) 44%, rgba(6, 24, 38, 0.08) 100%);
}

.s-fade-txt h1 {
  max-width: 18ch;
  line-height: 1.05;
  text-wrap: balance;
}

.content h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.content ul {
  margin: 1rem 0 1.5rem;
  padding-left: 1.25rem;
}

.content li {
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .splide__slide img {
    height: 62vh;
    min-height: 360px;
  }

  .s-fade-txt {
    align-items: flex-end;
    padding: 0 1.5rem 2.5rem;
    background: linear-gradient(180deg, rgba(6, 24, 38, 0.12) 0%, rgba(6, 24, 38, 0.78) 100%);
  }

  .s-fade-txt h1 {
    font-size: 2rem;
    max-width: 100%;
  }
}