.splide {
  margin: 2rem -5vw 5rem;
  width: calc(100% + 10vw);
  @media screen and (max-width: 1000px) {
    margin: 0;
    width: 100%;
  }
}

.splide__pagination {
  bottom: auto;
  top: calc(100% + 0.5rem);
  gap: 0.5rem;
  & button {
    width: 1rem;
    height: 1rem;
    &.is-active {
      background: var(--red);
    }
  }
}