.splide-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 832 / 579;
  margin-bottom: 2rem;

  img {
    aspect-ratio: 832 / 579;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .splide__arrow svg {
    fill: var(--Alias-Secondary-500);
    height: 1.2em;
    width: 1rem;
  }

  .splide__arrow {
    border-radius: 3.75rem;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.60);
  }
}

.slide-basic-page {
  max-width: 56.25rem;
  margin: 0 auto 2rem auto;
}